Shades of Sunglow #FFCF2E
Tints of Sunglow #FFCF2E
RGB
CMYK
RGB Variations
Color information
#FFCF2E (or 0xFFCF2E) is known color: Sunglow. HEX triplet: FF, CF and 2E. RGB value is (255,207,46). Sum of RGB (Red+Green+Blue) = 255+207+46=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF2E is #0030D1. Grayscale: #CBCBCB. Windows color (decimal): -12498 or 3067903. OLE color: 3067903.
HSL color Cylindrical-coordinate representation of color #FFCF2E: hue angle of 46.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFCF2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 46 | - |
| CMYK | 0 | 0.19 | 0.82 | 0 |
| HSL | 46.22º | 1% | 0.59% | - |
| HSV(B) | 46.22º | 0.82% | 1% | - |
| XYZ | 64.05 | 66.08 | 11.96 | - |
| YUV | 203 | 39.4 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 46 | 0 | 0.19 | 0.82 | 0 | 46.22 | 1 | 0.59 |
| Hex | FF | CF | 2E | 0 | 13 | 52 | 0 | 2E | 64 | 3B |
| Octal | 377 | 317 | 56 | 0 | 23 | 122 | 0 | 56 | 144 | 73 |
| Binary | 11111111 | 11001111 | 101110 | 0 | 10011 | 1010010 | 0 | 101110 | 1100100 | 111011 |
Color Harmonies of #FFCF2E
Complementary color
Monochromatic Colors of #FFCF2E
Black with #FFCF2E
Text Example
Text Example
White with #FFCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF2E; }
p { color: rgb(255,207,46); }
H1.HeaderClassName
{
color: #FFCF2E;
}
.AnyTagClassName
{
color: #FFCF2E;
}
</style>
background-color css
<style>
a { background-color: #FFCF2E; }
a { background-color: rgb(255,207,46); }
div.DivClassName
{
background-color: #FFCF2E;
}
.BgClassName
{
background-color: #FFCF2E;
}
</style>
border-color css
<style>
span { border-color: #FFCF2E; }
span { border-color: rgb(255,207,46); }
td.TdClassName
{
border-color: #FFCF2E;
}
.TagClassName
{
border-color: #FFCF2E;
}
</style>