Shades of Sunglow #FFCF41
Tints of Sunglow #FFCF41
RGB
CMYK
RGB Variations
Color information
#FFCF41 (or 0xFFCF41) is known color: Sunglow. HEX triplet: FF, CF and 41. RGB value is (255,207,65). Sum of RGB (Red+Green+Blue) = 255+207+65=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF41 is #0030BE. Grayscale: #CDCDCD. Windows color (decimal): -12479 or 4313087. OLE color: 4313087.
HSL color Cylindrical-coordinate representation of color #FFCF41: hue angle of 44.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFCF41 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 65 | - |
| CMYK | 0 | 0.19 | 0.75 | 0 |
| HSL | 44.84º | 1% | 0.63% | - |
| HSV(B) | 44.84º | 0.75% | 1% | - |
| XYZ | 64.51 | 66.27 | 14.39 | - |
| YUV | 205.16 | 48.9 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 65 | 0 | 0.19 | 0.75 | 0 | 44.84 | 1 | 0.63 |
| Hex | FF | CF | 41 | 0 | 13 | 4B | 0 | 2D | 64 | 3F |
| Octal | 377 | 317 | 101 | 0 | 23 | 113 | 0 | 55 | 144 | 77 |
| Binary | 11111111 | 11001111 | 1000001 | 0 | 10011 | 1001011 | 0 | 101101 | 1100100 | 111111 |
Color Harmonies of #FFCF41
Complementary color
Monochromatic Colors of #FFCF41
Black with #FFCF41
Text Example
Text Example
White with #FFCF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF41; }
p { color: rgb(255,207,65); }
H1.HeaderClassName
{
color: #FFCF41;
}
.AnyTagClassName
{
color: #FFCF41;
}
</style>
background-color css
<style>
a { background-color: #FFCF41; }
a { background-color: rgb(255,207,65); }
div.DivClassName
{
background-color: #FFCF41;
}
.BgClassName
{
background-color: #FFCF41;
}
</style>
border-color css
<style>
span { border-color: #FFCF41; }
span { border-color: rgb(255,207,65); }
td.TdClassName
{
border-color: #FFCF41;
}
.TagClassName
{
border-color: #FFCF41;
}
</style>