#ffc20f

Color #FFC20F Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amber #FFC20F

Tints of Amber #FFC20F

Color information

#FFC20F (or 0xFFC20F) is unknown color: approx Amber. HEX triplet: FF, C2 and 0F. RGB value is (255,194,15). Sum of RGB (Red+Green+Blue) = 255+194+15=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC20F is #003DF0. Grayscale: #C0C0C0. Windows color (decimal): -15857 or 1032959. OLE color: 1032959.

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

Color convert

RGB25519415-
CMYK00.240.940
HSL44.75º100%52.94%-
HSV(B)44.75º94.12%100%-
XYZ60.6259.888.81-
YUV191.8328.21173.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.96%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 15 (6.25% from 255) = 3.23%
R=54.96%
G=41.81%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551941500.240.94044.7510052.94
HexFFC2F0185E02d6435
Octal3773021703013605514465
Binary11111111110000101111011000101111001011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffc20f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffc20f; }

 p { color: rgb(255,194,15); }

 H1.HeaderClassName
 {
   color: #ffc20f;
 }
 .AnyTagClassName
 {
   color: #ffc20f;
 }
</style>
background-color css

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

 a { background-color: rgb(255,194,15); }

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

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

 span { border-color: rgb(255,194,15); }

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