Html Css Color HEX #FEC008 Amber

📋 copy color: '#FEC008'

red 254 ◦ green 192 ◦ blue 8

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

Shades of Amber #FEC008

Tints of Amber #FEC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.29%

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

R = 55.95%
G = 42.29%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEC008 (or 0xFEC008) is known color: Amber. HEX triplet: FE, C0 and 08. RGB value is (254,192,8). Sum of RGB (Red+Green+Blue) = 254+192+8=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC008 is #013FF7. Grayscale: #BEBEBE. Windows color (decimal): -81912 or 573694. OLE color: 573694.

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

Color convert

RGB 254 192 8 -
CMYK 0 0.24 0.97 0.00
HSL 44.88º 0.99% 0.51% -
HSV(B) 44.88º 0.97% 1% -
XYZ 59.77 58.79 8.43 -
YUV 189.56 25.54 173.96 -
System Red Green Blue C M Y K H S L
Decimal 254 192 8 0 0.24 0.97 0.00 44.88 0.99 0.51
Hex FE C0 8 0 18 61 0 2D 63 33
Octal 376 300 10 0 30 141 0 55 143 63
Binary 11111110 11000000 1000 0 11000 1100001 0 101101 1100011 110011

Color Harmonies of #FEC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC008

Black with #FEC008

Text Example


Text Example

White with #FEC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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