Shades of Sunglow #FFCF31
Tints of Sunglow #FFCF31
RGB
CMYK
RGB Variations
Color information
#FFCF31 (or 0xFFCF31) is known color: Sunglow. HEX triplet: FF, CF and 31. RGB value is (255,207,49). Sum of RGB (Red+Green+Blue) = 255+207+49=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF31 is #0030CE. Grayscale: #CCCCCC. Windows color (decimal): -12495 or 3264511. OLE color: 3264511.
HSL color Cylindrical-coordinate representation of color #FFCF31: hue angle of 46.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFCF31 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 49 | - |
| CMYK | 0 | 0.19 | 0.81 | 0 |
| HSL | 46.02º | 1% | 0.6% | - |
| HSV(B) | 46.02º | 0.81% | 1% | - |
| XYZ | 64.11 | 66.11 | 12.29 | - |
| YUV | 203.34 | 40.9 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 49 | 0 | 0.19 | 0.81 | 0 | 46.02 | 1 | 0.6 |
| Hex | FF | CF | 31 | 0 | 13 | 51 | 0 | 2E | 64 | 3C |
| Octal | 377 | 317 | 61 | 0 | 23 | 121 | 0 | 56 | 144 | 74 |
| Binary | 11111111 | 11001111 | 110001 | 0 | 10011 | 1010001 | 0 | 101110 | 1100100 | 111100 |
Color Harmonies of #FFCF31
Complementary color
Monochromatic Colors of #FFCF31
Black with #FFCF31
Text Example
Text Example
White with #FFCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF31; }
p { color: rgb(255,207,49); }
H1.HeaderClassName
{
color: #FFCF31;
}
.AnyTagClassName
{
color: #FFCF31;
}
</style>
background-color css
<style>
a { background-color: #FFCF31; }
a { background-color: rgb(255,207,49); }
div.DivClassName
{
background-color: #FFCF31;
}
.BgClassName
{
background-color: #FFCF31;
}
</style>
border-color css
<style>
span { border-color: #FFCF31; }
span { border-color: rgb(255,207,49); }
td.TdClassName
{
border-color: #FFCF31;
}
.TagClassName
{
border-color: #FFCF31;
}
</style>