Html Css Color HEX #FEA606 Orange

📋 copy color: '#FEA606'

red 254 ◦ green 166 ◦ blue 6

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

Shades of Orange #FEA606

Tints of Orange #FEA606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 59.62%
G = 38.97%
B = 1.41%

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

#FEA606 (or 0xFEA606) is known color: Orange. HEX triplet: FE, A6 and 06. RGB value is (254,166,6). Sum of RGB (Red+Green+Blue) = 254+166+6=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA606 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA606 is #0159F9. Grayscale: #AEAEAE. Windows color (decimal): -88570 or 435966. OLE color: 435966.

HSL color Cylindrical-coordinate representation of color #FEA606: hue angle of 38.71º 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 #FEA606 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 6 -
CMYK 0 0.35 0.98 0.00
HSL 38.71º 0.99% 0.51% -
HSV(B) 38.71º 0.98% 1% -
XYZ 54.54 48.36 6.63 -
YUV 174.07 33.15 185.01 -
System Red Green Blue C M Y K H S L
Decimal 254 166 6 0 0.35 0.98 0.00 38.71 0.99 0.51
Hex FE A6 6 0 23 62 0 27 63 33
Octal 376 246 6 0 43 142 0 47 143 63
Binary 11111110 10100110 110 0 100011 1100010 0 100111 1100011 110011

Color Harmonies of #FEA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA606

Black with #FEA606

Text Example


Text Example

White with #FEA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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