#FFCC00

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

Shades of Tangerine Yellow #FFCC00

Tints of Tangerine Yellow #FFCC00

Color information

#FFCC00 (or 0xFFCC00) is unknown color: approx Tangerine Yellow. HEX triplet: FF, CC and 00. RGB value is (255,204,0). Sum of RGB (Red+Green+Blue) = 255+204+0=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC00 is a web safe color. Inversed color of #FFCC00 is #0033FF. Grayscale: #C4C4C4. Windows color (decimal): -13312 or 52479. OLE color: 52479.

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

Color convert

RGB2552040-
CMYK00.210
HSL48º100%50%-
HSV(B)48º100%100%-
XYZ62.8364.459.13-
YUV195.9917.4170.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255204000.2104810050
HexFFCC0014640306432
Octal377314002414406014462
Binary11111111110011000010100110010001100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC00; }

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

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

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

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

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

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

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

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