Html Css Color HEX #FEA306 Orange

📋 copy color: '#FEA306'

red 254 ◦ green 163 ◦ blue 6

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

Shades of Orange #FEA306

Tints of Orange #FEA306

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

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

R = 60.05%
G = 38.53%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEA306 (or 0xFEA306) is known color: Orange. HEX triplet: FE, A3 and 06. RGB value is (254,163,6). Sum of RGB (Red+Green+Blue) = 254+163+6=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA306 is #015CF9. Grayscale: #ADADAD. Windows color (decimal): -89338 or 435198. OLE color: 435198.

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

Color convert

RGB 254 163 6 -
CMYK 0 0.36 0.98 0.00
HSL 37.98º 0.99% 0.51% -
HSV(B) 37.98º 0.98% 1% -
XYZ 54 47.28 6.45 -
YUV 172.31 34.15 186.27 -
System Red Green Blue C M Y K H S L
Decimal 254 163 6 0 0.36 0.98 0.00 37.98 0.99 0.51
Hex FE A3 6 0 24 62 0 26 63 33
Octal 376 243 6 0 44 142 0 46 143 63
Binary 11111110 10100011 110 0 100100 1100010 0 100110 1100011 110011

Color Harmonies of #FEA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA306

Black with #FEA306

Text Example


Text Example

White with #FEA306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA306; }

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

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

background-color css

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

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

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

border-color css

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

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

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