Shades of Sunglow #FFCF2D
Tints of Sunglow #FFCF2D
RGB
CMYK
RGB Variations
Color information
#FFCF2D (or 0xFFCF2D) is known color: Sunglow. HEX triplet: FF, CF and 2D. RGB value is (255,207,45). Sum of RGB (Red+Green+Blue) = 255+207+45=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF2D is #0030D2. Grayscale: #CBCBCB. Windows color (decimal): -12499 or 3002367. OLE color: 3002367.
HSL color Cylindrical-coordinate representation of color #FFCF2D: hue angle of 46.29º 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 #FFCF2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 45 | - |
| CMYK | 0 | 0.19 | 0.82 | 0 |
| HSL | 46.29º | 1% | 0.59% | - |
| HSV(B) | 46.29º | 0.82% | 1% | - |
| XYZ | 64.03 | 66.08 | 11.86 | - |
| YUV | 202.88 | 38.9 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 45 | 0 | 0.19 | 0.82 | 0 | 46.29 | 1 | 0.59 |
| Hex | FF | CF | 2D | 0 | 13 | 52 | 0 | 2E | 64 | 3B |
| Octal | 377 | 317 | 55 | 0 | 23 | 122 | 0 | 56 | 144 | 73 |
| Binary | 11111111 | 11001111 | 101101 | 0 | 10011 | 1010010 | 0 | 101110 | 1100100 | 111011 |
Color Harmonies of #FFCF2D
Complementary color
Monochromatic Colors of #FFCF2D
Black with #FFCF2D
Text Example
Text Example
White with #FFCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF2D; }
p { color: rgb(255,207,45); }
H1.HeaderClassName
{
color: #FFCF2D;
}
.AnyTagClassName
{
color: #FFCF2D;
}
</style>
background-color css
<style>
a { background-color: #FFCF2D; }
a { background-color: rgb(255,207,45); }
div.DivClassName
{
background-color: #FFCF2D;
}
.BgClassName
{
background-color: #FFCF2D;
}
</style>
border-color css
<style>
span { border-color: #FFCF2D; }
span { border-color: rgb(255,207,45); }
td.TdClassName
{
border-color: #FFCF2D;
}
.TagClassName
{
border-color: #FFCF2D;
}
</style>