Shades of Sunglow #FFCF33
Tints of Sunglow #FFCF33
RGB
CMYK
RGB Variations
Color information
#FFCF33 (or 0xFFCF33) is known color: Sunglow. HEX triplet: FF, CF and 33. RGB value is (255,207,51). Sum of RGB (Red+Green+Blue) = 255+207+51=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 51 (20.31% from 255 or 9.94% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF33 is #0030CC. Grayscale: #CCCCCC. Windows color (decimal): -12493 or 3395583. OLE color: 3395583.
HSL color Cylindrical-coordinate representation of color #FFCF33: hue angle of 45.88º 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 #FFCF33 is Cyan = 0, Magento = 0.19, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 51 | - |
| CMYK | 0 | 0.19 | 0.8 | 0 |
| HSL | 45.88º | 1% | 0.6% | - |
| HSV(B) | 45.88º | 0.8% | 1% | - |
| XYZ | 64.15 | 66.12 | 12.51 | - |
| YUV | 203.57 | 41.9 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 51 | 0 | 0.19 | 0.8 | 0 | 45.88 | 1 | 0.6 |
| Hex | FF | CF | 33 | 0 | 13 | 50 | 0 | 2E | 64 | 3C |
| Octal | 377 | 317 | 63 | 0 | 23 | 120 | 0 | 56 | 144 | 74 |
| Binary | 11111111 | 11001111 | 110011 | 0 | 10011 | 1010000 | 0 | 101110 | 1100100 | 111100 |
Color Harmonies of #FFCF33
Complementary color
Monochromatic Colors of #FFCF33
Black with #FFCF33
Text Example
Text Example
White with #FFCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF33; }
p { color: rgb(255,207,51); }
H1.HeaderClassName
{
color: #FFCF33;
}
.AnyTagClassName
{
color: #FFCF33;
}
</style>
background-color css
<style>
a { background-color: #FFCF33; }
a { background-color: rgb(255,207,51); }
div.DivClassName
{
background-color: #FFCF33;
}
.BgClassName
{
background-color: #FFCF33;
}
</style>
border-color css
<style>
span { border-color: #FFCF33; }
span { border-color: rgb(255,207,51); }
td.TdClassName
{
border-color: #FFCF33;
}
.TagClassName
{
border-color: #FFCF33;
}
</style>