Shades of Sunglow #FFCC3C
Tints of Sunglow #FFCC3C
RGB
CMYK
RGB Variations
Color information
#FFCC3C (or 0xFFCC3C) is known color: Sunglow. HEX triplet: FF, CC and 3C. RGB value is (255,204,60). Sum of RGB (Red+Green+Blue) = 255+204+60=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC3C is #0033C3. Grayscale: #CBCBCB. Windows color (decimal): -13252 or 3984639. OLE color: 3984639.
HSL color Cylindrical-coordinate representation of color #FFCC3C: hue angle of 44.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFCC3C is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 60 | - |
| CMYK | 0 | 0.2 | 0.76 | 0 |
| HSL | 44.31º | 1% | 0.62% | - |
| HSV(B) | 44.31º | 0.76% | 1% | - |
| XYZ | 63.65 | 64.77 | 13.42 | - |
| YUV | 202.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 60 | 0 | 0.2 | 0.76 | 0 | 44.31 | 1 | 0.62 |
| Hex | FF | CC | 3C | 0 | 14 | 4C | 0 | 2C | 64 | 3E |
| Octal | 377 | 314 | 74 | 0 | 24 | 114 | 0 | 54 | 144 | 76 |
| Binary | 11111111 | 11001100 | 111100 | 0 | 10100 | 1001100 | 0 | 101100 | 1100100 | 111110 |
Color Harmonies of #FFCC3C
Complementary color
Monochromatic Colors of #FFCC3C
Black with #FFCC3C
Text Example
Text Example
White with #FFCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC3C; }
p { color: rgb(255,204,60); }
H1.HeaderClassName
{
color: #FFCC3C;
}
.AnyTagClassName
{
color: #FFCC3C;
}
</style>
background-color css
<style>
a { background-color: #FFCC3C; }
a { background-color: rgb(255,204,60); }
div.DivClassName
{
background-color: #FFCC3C;
}
.BgClassName
{
background-color: #FFCC3C;
}
</style>
border-color css
<style>
span { border-color: #FFCC3C; }
span { border-color: rgb(255,204,60); }
td.TdClassName
{
border-color: #FFCC3C;
}
.TagClassName
{
border-color: #FFCC3C;
}
</style>