#FFCC11

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

Shades of Tangerine Yellow #FFCC11

Tints of Tangerine Yellow #FFCC11

Color information

#FFCC11 (or 0xFFCC11) is unknown color: approx Tangerine Yellow. HEX triplet: FF, CC and 11. RGB value is (255,204,17). Sum of RGB (Red+Green+Blue) = 255+204+17=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC11 is #0033EE. Grayscale: #C6C6C6. Windows color (decimal): -13295 or 1166591. OLE color: 1166591.

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

Color convert

RGB25520417-
CMYK00.20.930
HSL47.14º100%53.33%-
HSV(B)47.14º93.33%100%-
XYZ62.9364.499.66-
YUV197.9325.9168.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 3.57%
R=53.57%
G=42.86%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552041700.20.93047.1410053.33
HexFFCC110145D02f6435
Octal3773142102413505714465
Binary111111111100110010001010100101110101011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC11; }

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

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

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

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

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

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

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

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