#FFCC0F

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

Shades of Tangerine Yellow #FFCC0F

Tints of Tangerine Yellow #FFCC0F

Color information

#FFCC0F (or 0xFFCC0F) is unknown color: approx Tangerine Yellow. HEX triplet: FF, CC and 0F. RGB value is (255,204,15). Sum of RGB (Red+Green+Blue) = 255+204+15=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC0F is #0033F0. Grayscale: #C6C6C6. Windows color (decimal): -13297 or 1035519. OLE color: 1035519.

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

Color convert

RGB25520415-
CMYK00.20.940
HSL47.25º100%52.94%-
HSV(B)47.25º94.12%100%-
XYZ62.9264.489.58-
YUV197.724.9168.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.80%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 15 (6.25% from 255) = 3.16%
R=53.80%
G=43.04%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552041500.20.94047.2510052.94
HexFFCCF0145E02f6435
Octal3773141702413605714465
Binary11111111110011001111010100101111001011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC0F; }

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

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

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

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

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

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

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

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