Html Css Color HEX #FEA508 Orange

📋 copy color: '#FEA508'

red 254 ◦ green 165 ◦ blue 8

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

Shades of Orange #FEA508

Tints of Orange #FEA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 59.48%
G = 38.64%
B = 1.87%

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

#FEA508 (or 0xFEA508) is known color: Orange. HEX triplet: FE, A5 and 08. RGB value is (254,165,8). Sum of RGB (Red+Green+Blue) = 254+165+8=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA508 is #015AF7. Grayscale: #AEAEAE. Windows color (decimal): -88824 or 566782. OLE color: 566782.

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

Color convert

RGB 254 165 8 -
CMYK 0 0.35 0.97 0.00
HSL 38.29º 0.99% 0.51% -
HSV(B) 38.29º 0.97% 1% -
XYZ 54.37 48 6.63 -
YUV 173.71 34.49 185.27 -
System Red Green Blue C M Y K H S L
Decimal 254 165 8 0 0.35 0.97 0.00 38.29 0.99 0.51
Hex FE A5 8 0 23 61 0 26 63 33
Octal 376 245 10 0 43 141 0 46 143 63
Binary 11111110 10100101 1000 0 100011 1100001 0 100110 1100011 110011

Color Harmonies of #FEA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA508

Black with #FEA508

Text Example


Text Example

White with #FEA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA508; }

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

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

background-color css

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

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

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

border-color css

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

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

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