color codes Logo

#f7ca1e color codes

#F7CA1E
(247,202,30)
0 Favorites   0 Comments

Color spaces of #f7ca1e

RGB 24720230
HSL0.130.930.54
HSV48°88°97°
CMYK 0.000.180.88   0.03
XYZ59.712662.109010.0693
Yxy62.10900.45270.4709
Hunter Lab78.8093-2.669447.5911
CIE-Lab82.97141.631480.1970

#f7ca1e color RGB value is (247,202,30).

#f7ca1e hex color red value is 247, green value is 202 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f7ca1e hue: 0.13 , saturation: 0.93 and the lightness value of f7ca1e is 0.54.

The process color (four color CMYK) of #f7ca1e color code is 0.00, 0.18, 0.88, 0.03. Web safe color of #f7ca1e is #ffcc33. Color #f7ca1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001010 00011110
Octal 367 312 36
Decimal 247 202 30
Hex F7 CA 1E

RGB Percentages of Color #f7ca1e

%51.57
%42.17
%6.26

CMYK Percentages of Color #f7ca1e

%0
%18
%88
%3

Triadic Colors of #f7ca1e

#f7ca1e #1ef7ca #ca1ef7

Analogous Colors of #f7ca1e

#f7ca1e #b8f71e #f75d1e

Monochromatic Colors of #f7ca1e

#f7ca1e

Complementary Color

#f7ca1e #1e4bf7

#f7ca1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7ca1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7ca1e Color CSS Codes

.mybgcolor {background-color:#f7ca1e; } 
.myforecolor {color:#f7ca1e; }
.mybordercolor {border:3px solid #f7ca1e; }

#f7ca1e Text Font Color

<p style="color:#f7ca1e">Text here</p>

This sample text font color is #f7ca1e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f7ca1e Background Color

<div style="background-color:#f7ca1e">
Div content here</div>

This div background color is #f7ca1e


#f7ca1e Border Color

<div style="border:3px solid #f7ca1e">
Div here</div>

This div border color is #f7ca1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,202,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7ca1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7ca1e;
  -webkit-box-shadow: 1px 1px 3px 2px #f7ca1e;
  box-shadow:         1px 1px 3px 2px #f7ca1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,202,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f7ca1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f7ca1e;
  -webkit-box-shadow: 1px 1px 3px 2px #f7ca1e;
  box-shadow:         1px 1px 3px 2px #f7ca1e;">
Div content here</div>

This div box has shadow with color #f7ca1e

Related Colors


Comments

No comments written yet.

Please login to write comment.