Shades of Sunglow #FFCC2C
Tints of Sunglow #FFCC2C
RGB
CMYK
RGB Variations
Color information
#FFCC2C (or 0xFFCC2C) is known color: Sunglow. HEX triplet: FF, CC and 2C. RGB value is (255,204,44). Sum of RGB (Red+Green+Blue) = 255+204+44=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 44 (17.58% from 255 or 8.75% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC2C is #0033D3. Grayscale: #C9C9C9. Windows color (decimal): -13268 or 2936063. OLE color: 2936063.
HSL color Cylindrical-coordinate representation of color #FFCC2C: hue angle of 45.5º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFCC2C is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 44 | - |
| CMYK | 0 | 0.2 | 0.83 | 0 |
| HSL | 45.5º | 1% | 0.59% | - |
| HSV(B) | 45.5º | 0.83% | 1% | - |
| XYZ | 63.29 | 64.63 | 11.52 | - |
| YUV | 201.01 | 39.4 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 44 | 0 | 0.2 | 0.83 | 0 | 45.5 | 1 | 0.59 |
| Hex | FF | CC | 2C | 0 | 14 | 53 | 0 | 2D | 64 | 3B |
| Octal | 377 | 314 | 54 | 0 | 24 | 123 | 0 | 55 | 144 | 73 |
| Binary | 11111111 | 11001100 | 101100 | 0 | 10100 | 1010011 | 0 | 101101 | 1100100 | 111011 |
Color Harmonies of #FFCC2C
Complementary color
Monochromatic Colors of #FFCC2C
Black with #FFCC2C
Text Example
Text Example
White with #FFCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC2C; }
p { color: rgb(255,204,44); }
H1.HeaderClassName
{
color: #FFCC2C;
}
.AnyTagClassName
{
color: #FFCC2C;
}
</style>
background-color css
<style>
a { background-color: #FFCC2C; }
a { background-color: rgb(255,204,44); }
div.DivClassName
{
background-color: #FFCC2C;
}
.BgClassName
{
background-color: #FFCC2C;
}
</style>
border-color css
<style>
span { border-color: #FFCC2C; }
span { border-color: rgb(255,204,44); }
td.TdClassName
{
border-color: #FFCC2C;
}
.TagClassName
{
border-color: #FFCC2C;
}
</style>