Shades of Sunglow #FFCC30
Tints of Sunglow #FFCC30
RGB
CMYK
RGB Variations
Color information
#FFCC30 (or 0xFFCC30) is known color: Sunglow. HEX triplet: FF, CC and 30. RGB value is (255,204,48). Sum of RGB (Red+Green+Blue) = 255+204+48=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC30 is #0033CF. Grayscale: #CACACA. Windows color (decimal): -13264 or 3198207. OLE color: 3198207.
HSL color Cylindrical-coordinate representation of color #FFCC30: hue angle of 45.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFCC30 is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 48 | - |
| CMYK | 0 | 0.2 | 0.81 | 0 |
| HSL | 45.22º | 1% | 0.59% | - |
| HSV(B) | 45.22º | 0.81% | 1% | - |
| XYZ | 63.37 | 64.66 | 11.94 | - |
| YUV | 201.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 48 | 0 | 0.2 | 0.81 | 0 | 45.22 | 1 | 0.59 |
| Hex | FF | CC | 30 | 0 | 14 | 51 | 0 | 2D | 64 | 3B |
| Octal | 377 | 314 | 60 | 0 | 24 | 121 | 0 | 55 | 144 | 73 |
| Binary | 11111111 | 11001100 | 110000 | 0 | 10100 | 1010001 | 0 | 101101 | 1100100 | 111011 |
Color Harmonies of #FFCC30
Complementary color
Monochromatic Colors of #FFCC30
Black with #FFCC30
Text Example
Text Example
White with #FFCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC30; }
p { color: rgb(255,204,48); }
H1.HeaderClassName
{
color: #FFCC30;
}
.AnyTagClassName
{
color: #FFCC30;
}
</style>
background-color css
<style>
a { background-color: #FFCC30; }
a { background-color: rgb(255,204,48); }
div.DivClassName
{
background-color: #FFCC30;
}
.BgClassName
{
background-color: #FFCC30;
}
</style>
border-color css
<style>
span { border-color: #FFCC30; }
span { border-color: rgb(255,204,48); }
td.TdClassName
{
border-color: #FFCC30;
}
.TagClassName
{
border-color: #FFCC30;
}
</style>