Html Css Color HEX #FEA706 Orange

📋 copy color: '#FEA706'

red 254 ◦ green 167 ◦ blue 6

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

Shades of Orange #FEA706

Tints of Orange #FEA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.11%

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

R = 59.48%
G = 39.11%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEA706 (or 0xFEA706) is known color: Orange. HEX triplet: FE, A7 and 06. RGB value is (254,167,6). Sum of RGB (Red+Green+Blue) = 254+167+6=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA706 is #0158F9. Grayscale: #AFAFAF. Windows color (decimal): -88314 or 436222. OLE color: 436222.

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

Color convert

RGB 254 167 6 -
CMYK 0 0.34 0.98 0.00
HSL 38.95º 0.99% 0.51% -
HSV(B) 38.95º 0.98% 1% -
XYZ 54.72 48.72 6.69 -
YUV 174.66 32.82 184.59 -
System Red Green Blue C M Y K H S L
Decimal 254 167 6 0 0.34 0.98 0.00 38.95 0.99 0.51
Hex FE A7 6 0 22 62 0 27 63 33
Octal 376 247 6 0 42 142 0 47 143 63
Binary 11111110 10100111 110 0 100010 1100010 0 100111 1100011 110011

Color Harmonies of #FEA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA706

Black with #FEA706

Text Example


Text Example

White with #FEA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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