Html Css Color HEX #FEA605 Orange

📋 copy color: '#FEA605'

red 254 ◦ green 166 ◦ blue 5

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

Shades of Orange #FEA605

Tints of Orange #FEA605

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 59.76%
G = 39.06%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEA605 (or 0xFEA605) is known color: Orange. HEX triplet: FE, A6 and 05. RGB value is (254,166,5). Sum of RGB (Red+Green+Blue) = 254+166+5=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA605 is #0159FA. Grayscale: #AEAEAE. Windows color (decimal): -88571 or 370430. OLE color: 370430.

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

Color convert

RGB 254 166 5 -
CMYK 0 0.35 0.98 0.00
HSL 38.8º 0.99% 0.51% -
HSV(B) 38.8º 0.98% 1% -
XYZ 54.54 48.35 6.6 -
YUV 173.96 32.65 185.09 -
System Red Green Blue C M Y K H S L
Decimal 254 166 5 0 0.35 0.98 0.00 38.8 0.99 0.51
Hex FE A6 5 0 23 62 0 27 63 33
Octal 376 246 5 0 43 142 0 47 143 63
Binary 11111110 10100110 101 0 100011 1100010 0 100111 1100011 110011

Color Harmonies of #FEA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA605

Black with #FEA605

Text Example


Text Example

White with #FEA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA605; }

 p { color: rgb(254,166,5); }

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

background-color css

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

 a { background-color: rgb(254,166,5); }

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

border-color css

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

 span { border-color: rgb(254,166,5); }

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