Shades of Sunglow #FFCF37
Tints of Sunglow #FFCF37
RGB
CMYK
RGB Variations
Color information
#FFCF37 (or 0xFFCF37) is known color: Sunglow. HEX triplet: FF, CF and 37. RGB value is (255,207,55). Sum of RGB (Red+Green+Blue) = 255+207+55=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 55 (21.88% from 255 or 10.64% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF37 is #0030C8. Grayscale: #CCCCCC. Windows color (decimal): -12489 or 3657727. OLE color: 3657727.
HSL color Cylindrical-coordinate representation of color #FFCF37: hue angle of 45.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFCF37 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 55 | - |
| CMYK | 0 | 0.19 | 0.78 | 0 |
| HSL | 45.6º | 1% | 0.61% | - |
| HSV(B) | 45.6º | 0.78% | 1% | - |
| XYZ | 64.24 | 66.16 | 13 | - |
| YUV | 204.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 55 | 0 | 0.19 | 0.78 | 0 | 45.6 | 1 | 0.61 |
| Hex | FF | CF | 37 | 0 | 13 | 4E | 0 | 2E | 64 | 3D |
| Octal | 377 | 317 | 67 | 0 | 23 | 116 | 0 | 56 | 144 | 75 |
| Binary | 11111111 | 11001111 | 110111 | 0 | 10011 | 1001110 | 0 | 101110 | 1100100 | 111101 |
Color Harmonies of #FFCF37
Complementary color
Monochromatic Colors of #FFCF37
Black with #FFCF37
Text Example
Text Example
White with #FFCF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF37; }
p { color: rgb(255,207,55); }
H1.HeaderClassName
{
color: #FFCF37;
}
.AnyTagClassName
{
color: #FFCF37;
}
</style>
background-color css
<style>
a { background-color: #FFCF37; }
a { background-color: rgb(255,207,55); }
div.DivClassName
{
background-color: #FFCF37;
}
.BgClassName
{
background-color: #FFCF37;
}
</style>
border-color css
<style>
span { border-color: #FFCF37; }
span { border-color: rgb(255,207,55); }
td.TdClassName
{
border-color: #FFCF37;
}
.TagClassName
{
border-color: #FFCF37;
}
</style>