Shades of Sunglow #FFCC3B
Tints of Sunglow #FFCC3B
RGB
CMYK
RGB Variations
Color information
#FFCC3B (or 0xFFCC3B) is known color: Sunglow. HEX triplet: FF, CC and 3B. RGB value is (255,204,59). Sum of RGB (Red+Green+Blue) = 255+204+59=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 59 (23.44% from 255 or 11.39% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC3B is #0033C4. Grayscale: #CBCBCB. Windows color (decimal): -13253 or 3919103. OLE color: 3919103.
HSL color Cylindrical-coordinate representation of color #FFCC3B: hue angle of 44.39º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFCC3B is Cyan = 0, Magento = 0.2, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 59 | - |
| CMYK | 0 | 0.2 | 0.77 | 0 |
| HSL | 44.39º | 1% | 0.62% | - |
| HSV(B) | 44.39º | 0.77% | 1% | - |
| XYZ | 63.62 | 64.76 | 13.28 | - |
| YUV | 202.72 | 46.9 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 59 | 0 | 0.2 | 0.77 | 0 | 44.39 | 1 | 0.62 |
| Hex | FF | CC | 3B | 0 | 14 | 4D | 0 | 2C | 64 | 3E |
| Octal | 377 | 314 | 73 | 0 | 24 | 115 | 0 | 54 | 144 | 76 |
| Binary | 11111111 | 11001100 | 111011 | 0 | 10100 | 1001101 | 0 | 101100 | 1100100 | 111110 |
Color Harmonies of #FFCC3B
Complementary color
Monochromatic Colors of #FFCC3B
Black with #FFCC3B
Text Example
Text Example
White with #FFCC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC3B; }
p { color: rgb(255,204,59); }
H1.HeaderClassName
{
color: #FFCC3B;
}
.AnyTagClassName
{
color: #FFCC3B;
}
</style>
background-color css
<style>
a { background-color: #FFCC3B; }
a { background-color: rgb(255,204,59); }
div.DivClassName
{
background-color: #FFCC3B;
}
.BgClassName
{
background-color: #FFCC3B;
}
</style>
border-color css
<style>
span { border-color: #FFCC3B; }
span { border-color: rgb(255,204,59); }
td.TdClassName
{
border-color: #FFCC3B;
}
.TagClassName
{
border-color: #FFCC3B;
}
</style>