Html Css Color HEX #FEC110 Amber

📋 copy color: '#FEC110'

red 254 ◦ green 193 ◦ blue 16

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

Shades of Amber #FEC110

Tints of Amber #FEC110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 54.86%
G = 41.68%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEC110 (or 0xFEC110) is known color: Amber. HEX triplet: FE, C1 and 10. RGB value is (254,193,16). Sum of RGB (Red+Green+Blue) = 254+193+16=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC110 is #013EEF. Grayscale: #BFBFBF. Windows color (decimal): -81648 or 1098238. OLE color: 1098238.

HSL color Cylindrical-coordinate representation of color #FEC110: hue angle of 44.62º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEC110 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 193 16 -
CMYK 0 0.24 0.94 0.00
HSL 44.62º 0.99% 0.53% -
HSV(B) 44.62º 0.94% 1% -
XYZ 60.04 59.25 8.76 -
YUV 191.06 29.21 172.89 -
System Red Green Blue C M Y K H S L
Decimal 254 193 16 0 0.24 0.94 0.00 44.62 0.99 0.53
Hex FE C1 10 0 18 5E 0 2D 63 35
Octal 376 301 20 0 30 136 0 55 143 65
Binary 11111110 11000001 10000 0 11000 1011110 0 101101 1100011 110101

Color Harmonies of #FEC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC110

Black with #FEC110

Text Example


Text Example

White with #FEC110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC110; }

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

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

background-color css

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

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

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

border-color css

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

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

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