Html Css Color HEX #FEC108 Amber

📋 copy color: '#FEC108'

red 254 ◦ green 193 ◦ blue 8

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

Shades of Amber #FEC108

Tints of Amber #FEC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

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

R = 55.82%
G = 42.42%
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

#FEC108 (or 0xFEC108) is known color: Amber. HEX triplet: FE, C1 and 08. RGB value is (254,193,8). Sum of RGB (Red+Green+Blue) = 254+193+8=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC108 is #013EF7. Grayscale: #BEBEBE. Windows color (decimal): -81656 or 573950. OLE color: 573950.

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

Color convert

RGB 254 193 8 -
CMYK 0 0.24 0.97 0.00
HSL 45.12º 0.99% 0.51% -
HSV(B) 45.12º 0.97% 1% -
XYZ 59.99 59.23 8.5 -
YUV 190.15 25.21 173.54 -
System Red Green Blue C M Y K H S L
Decimal 254 193 8 0 0.24 0.97 0.00 45.12 0.99 0.51
Hex FE C1 8 0 18 61 0 2D 63 33
Octal 376 301 10 0 30 141 0 55 143 63
Binary 11111110 11000001 1000 0 11000 1100001 0 101101 1100011 110011

Color Harmonies of #FEC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC108

Black with #FEC108

Text Example


Text Example

White with #FEC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC108; }

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

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

background-color css

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

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

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

border-color css

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

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

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