Html Css Color HEX #FEC105 Amber

📋 copy color: '#FEC105'

red 254 ◦ green 193 ◦ blue 5

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

Shades of Amber #FEC105

Tints of Amber #FEC105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 56.19%
G = 42.7%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEC105 (or 0xFEC105) is known color: Amber. HEX triplet: FE, C1 and 05. RGB value is (254,193,5). Sum of RGB (Red+Green+Blue) = 254+193+5=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC105 is #013EFA. Grayscale: #BEBEBE. Windows color (decimal): -81659 or 377342. OLE color: 377342.

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

Color convert

RGB 254 193 5 -
CMYK 0 0.24 0.98 0.00
HSL 45.3º 0.99% 0.51% -
HSV(B) 45.3º 0.98% 1% -
XYZ 59.97 59.22 8.41 -
YUV 189.81 23.71 173.79 -
System Red Green Blue C M Y K H S L
Decimal 254 193 5 0 0.24 0.98 0.00 45.3 0.99 0.51
Hex FE C1 5 0 18 62 0 2D 63 33
Octal 376 301 5 0 30 142 0 55 143 63
Binary 11111110 11000001 101 0 11000 1100010 0 101101 1100011 110011

Color Harmonies of #FEC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC105

Black with #FEC105

Text Example


Text Example

White with #FEC105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC105; }

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

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

background-color css

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

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

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

border-color css

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

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

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