Html Css Color HEX #FEC00E Amber

📋 copy color: '#FEC00E'

red 254 ◦ green 192 ◦ blue 14

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

Shades of Amber #FEC00E

Tints of Amber #FEC00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.04%

R = 55.22%
G = 41.74%
B = 3.04%

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

#FEC00E (or 0xFEC00E) is known color: Amber. HEX triplet: FE, C0 and 0E. RGB value is (254,192,14). Sum of RGB (Red+Green+Blue) = 254+192+14=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC00E is #013FF1. Grayscale: #BFBFBF. Windows color (decimal): -81906 or 966910. OLE color: 966910.

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

Color convert

RGB 254 192 14 -
CMYK 0 0.24 0.94 0.00
HSL 44.5º 0.99% 0.53% -
HSV(B) 44.5º 0.94% 1% -
XYZ 59.8 58.8 8.61 -
YUV 190.25 28.54 173.47 -
System Red Green Blue C M Y K H S L
Decimal 254 192 14 0 0.24 0.94 0.00 44.5 0.99 0.53
Hex FE C0 E 0 18 5E 0 2C 63 35
Octal 376 300 16 0 30 136 0 54 143 65
Binary 11111110 11000000 1110 0 11000 1011110 0 101100 1100011 110101

Color Harmonies of #FEC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC00E

Black with #FEC00E

Text Example


Text Example

White with #FEC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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