Shades of Sunglow #FFCF2C
Tints of Sunglow #FFCF2C
RGB
CMYK
RGB Variations
Color information
#FFCF2C (or 0xFFCF2C) is known color: Sunglow. HEX triplet: FF, CF and 2C. RGB value is (255,207,44). Sum of RGB (Red+Green+Blue) = 255+207+44=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF2C is #0030D3. Grayscale: #CBCBCB. Windows color (decimal): -12500 or 2936831. OLE color: 2936831.
HSL color Cylindrical-coordinate representation of color #FFCF2C: hue angle of 46.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFCF2C is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 44 | - |
| CMYK | 0 | 0.19 | 0.83 | 0 |
| HSL | 46.35º | 1% | 0.59% | - |
| HSV(B) | 46.35º | 0.83% | 1% | - |
| XYZ | 64.01 | 66.07 | 11.76 | - |
| YUV | 202.77 | 38.4 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 44 | 0 | 0.19 | 0.83 | 0 | 46.35 | 1 | 0.59 |
| Hex | FF | CF | 2C | 0 | 13 | 53 | 0 | 2E | 64 | 3B |
| Octal | 377 | 317 | 54 | 0 | 23 | 123 | 0 | 56 | 144 | 73 |
| Binary | 11111111 | 11001111 | 101100 | 0 | 10011 | 1010011 | 0 | 101110 | 1100100 | 111011 |
Color Harmonies of #FFCF2C
Complementary color
Monochromatic Colors of #FFCF2C
Black with #FFCF2C
Text Example
Text Example
White with #FFCF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF2C; }
p { color: rgb(255,207,44); }
H1.HeaderClassName
{
color: #FFCF2C;
}
.AnyTagClassName
{
color: #FFCF2C;
}
</style>
background-color css
<style>
a { background-color: #FFCF2C; }
a { background-color: rgb(255,207,44); }
div.DivClassName
{
background-color: #FFCF2C;
}
.BgClassName
{
background-color: #FFCF2C;
}
</style>
border-color css
<style>
span { border-color: #FFCF2C; }
span { border-color: rgb(255,207,44); }
td.TdClassName
{
border-color: #FFCF2C;
}
.TagClassName
{
border-color: #FFCF2C;
}
</style>