#FFCC33

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

Shades of Sunglow #FFCC33

Tints of Sunglow #FFCC33

Color information

#FFCC33 (or 0xFFCC33) is unknown color: approx Sunglow. HEX triplet: FF, CC and 33. RGB value is (255,204,51). Sum of RGB (Red+Green+Blue) = 255+204+51=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC33 is a web safe color. Inversed color of #FFCC33 is #0033CC. Grayscale: #CACACA. Windows color (decimal): -13261 or 3394815. OLE color: 3394815.

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

Color convert

RGB25520451-
CMYK00.20.80
HSL45º100%60%-
HSV(B)45º80%100%-
XYZ63.4364.6812.27-
YUV201.8142.9165.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 10%
R=50%
G=40%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552045100.20.804510060
HexFFCC330145002d643c
Octal3773146302412005514474
Binary1111111111001100110011010100101000001011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC33; }

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

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

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

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

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

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

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

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