Html Css Color HEX #FEA308 Orange

📋 copy color: '#FEA308'

red 254 ◦ green 163 ◦ blue 8

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

Shades of Orange #FEA308

Tints of Orange #FEA308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 59.76%
G = 38.35%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEA308 (or 0xFEA308) is known color: Orange. HEX triplet: FE, A3 and 08. RGB value is (254,163,8). Sum of RGB (Red+Green+Blue) = 254+163+8=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA308 is #015CF7. Grayscale: #ADADAD. Windows color (decimal): -89336 or 566270. OLE color: 566270.

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

Color convert

RGB 254 163 8 -
CMYK 0 0.36 0.97 0.00
HSL 37.8º 0.99% 0.51% -
HSV(B) 37.8º 0.97% 1% -
XYZ 54.01 47.28 6.51 -
YUV 172.54 35.15 186.1 -
System Red Green Blue C M Y K H S L
Decimal 254 163 8 0 0.36 0.97 0.00 37.8 0.99 0.51
Hex FE A3 8 0 24 61 0 26 63 33
Octal 376 243 10 0 44 141 0 46 143 63
Binary 11111110 10100011 1000 0 100100 1100001 0 100110 1100011 110011

Color Harmonies of #FEA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA308

Black with #FEA308

Text Example


Text Example

White with #FEA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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