Html Css Color HEX #FEC107 Amber

📋 copy color: '#FEC107'

red 254 ◦ green 193 ◦ blue 7

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

Shades of Amber #FEC107

Tints of Amber #FEC107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 55.95%
G = 42.51%
B = 1.54%

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

#FEC107 (or 0xFEC107) is known color: Amber. HEX triplet: FE, C1 and 07. RGB value is (254,193,7). Sum of RGB (Red+Green+Blue) = 254+193+7=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC107 is #013EF8. Grayscale: #BEBEBE. Windows color (decimal): -81657 or 508414. OLE color: 508414.

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

Color convert

RGB 254 193 7 -
CMYK 0 0.24 0.97 0.00
HSL 45.18º 0.99% 0.51% -
HSV(B) 45.18º 0.97% 1% -
XYZ 59.98 59.23 8.47 -
YUV 190.04 24.71 173.62 -
System Red Green Blue C M Y K H S L
Decimal 254 193 7 0 0.24 0.97 0.00 45.18 0.99 0.51
Hex FE C1 7 0 18 61 0 2D 63 33
Octal 376 301 7 0 30 141 0 55 143 63
Binary 11111110 11000001 111 0 11000 1100001 0 101101 1100011 110011

Color Harmonies of #FEC107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC107

Black with #FEC107

Text Example


Text Example

White with #FEC107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC107; }

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

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

background-color css

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

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

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

border-color css

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

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

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