Html Css Color HEX #FFC00E Amber

📋 copy color: '#FFC00E'

red 255 ◦ green 192 ◦ blue 14

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

Shades of Amber #FFC00E

Tints of Amber #FFC00E

RGB

 RED value IS 255 (100% from 255) = 55.31%

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

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

R = 55.31%
G = 41.65%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFC00E (or 0xFFC00E) is known color: Amber. HEX triplet: FF, C0 and 0E. RGB value is (255,192,14). Sum of RGB (Red+Green+Blue) = 255+192+14=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC00E is #003FF1. Grayscale: #BFBFBF. Windows color (decimal): -16370 or 966911. OLE color: 966911.

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

Color convert

RGB 255 192 14 -
CMYK 0 0.25 0.95 0
HSL 44.32º 1% 0.53% -
HSV(B) 44.32º 0.95% 1% -
XYZ 60.17 58.99 8.63 -
YUV 190.55 28.37 173.97 -
System Red Green Blue C M Y K H S L
Decimal 255 192 14 0 0.25 0.95 0 44.32 1 0.53
Hex FF C0 E 0 19 5F 0 2C 64 35
Octal 377 300 16 0 31 137 0 54 144 65
Binary 11111111 11000000 1110 0 11001 1011111 0 101100 1100100 110101

Color Harmonies of #FFC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC00E

Black with #FFC00E

Text Example


Text Example

White with #FFC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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