Html Css Color HEX #FEA407 Orange

📋 copy color: '#FEA407'

red 254 ◦ green 164 ◦ blue 7

#FEA407
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #FEA407

Tints of Orange #FEA407

RGB

 RED value IS 254 (99.61% from 255) = 59.76%

 GREEN value IS 164 (64.45% from 255) = 38.59%

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 59.76%
G = 38.59%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEA407 (or 0xFEA407) is known color: Orange. HEX triplet: FE, A4 and 07. RGB value is (254,164,7). Sum of RGB (Red+Green+Blue) = 254+164+7=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA407 is #015BF8. Grayscale: #ADADAD. Windows color (decimal): -89081 or 500990. OLE color: 500990.

HSL color Cylindrical-coordinate representation of color #FEA407: hue angle of 38.14º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEA407 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 164 7 -
CMYK 0 0.35 0.97 0.00
HSL 38.14º 0.99% 0.51% -
HSV(B) 38.14º 0.97% 1% -
XYZ 54.19 47.64 6.54 -
YUV 173.01 34.32 185.77 -
System Red Green Blue C M Y K H S L
Decimal 254 164 7 0 0.35 0.97 0.00 38.14 0.99 0.51
Hex FE A4 7 0 23 61 0 26 63 33
Octal 376 244 7 0 43 141 0 46 143 63
Binary 11111110 10100100 111 0 100011 1100001 0 100110 1100011 110011

Color Harmonies of #FEA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA407

Black with #FEA407

Text Example


Text Example

White with #FEA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA407; }

 p { color: rgb(254,164,7); }

 H1.HeaderClassName
 {
   color: #FEA407;
 }
 .AnyTagClassName
 {
   color: #FEA407;
 }
</style>

background-color css

<style>
 a { background-color: #FEA407; }

 a { background-color: rgb(254,164,7); }

 div.DivClassName
 {
   background-color: #FEA407;
 }
 .BgClassName
 {
   background-color: #FEA407;
 }
</style>

border-color css

<style>
 span { border-color: #FEA407; }

 span { border-color: rgb(254,164,7); }

 td.TdClassName
 {
   border-color: #FEA407;
 }
 .TagClassName
 {
   border-color: #FEA407;
 }
</style>