Html Css Color HEX #FEA607 Orange

📋 copy color: '#FEA607'

red 254 ◦ green 166 ◦ blue 7

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

Shades of Orange #FEA607

Tints of Orange #FEA607

RGB

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

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

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

R = 59.48%
G = 38.88%
B = 1.64%

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

#FEA607 (or 0xFEA607) is known color: Orange. HEX triplet: FE, A6 and 07. RGB value is (254,166,7). Sum of RGB (Red+Green+Blue) = 254+166+7=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA607 is #0159F8. Grayscale: #AEAEAE. Windows color (decimal): -88569 or 501502. OLE color: 501502.

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

Color convert

RGB 254 166 7 -
CMYK 0 0.35 0.97 0.00
HSL 38.62º 0.99% 0.51% -
HSV(B) 38.62º 0.97% 1% -
XYZ 54.55 48.36 6.66 -
YUV 174.19 33.65 184.93 -
System Red Green Blue C M Y K H S L
Decimal 254 166 7 0 0.35 0.97 0.00 38.62 0.99 0.51
Hex FE A6 7 0 23 61 0 27 63 33
Octal 376 246 7 0 43 141 0 47 143 63
Binary 11111110 10100110 111 0 100011 1100001 0 100111 1100011 110011

Color Harmonies of #FEA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA607

Black with #FEA607

Text Example


Text Example

White with #FEA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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