Shades of Sunglow #FFCF3E
Tints of Sunglow #FFCF3E
RGB
CMYK
RGB Variations
Color information
#FFCF3E (or 0xFFCF3E) is known color: Sunglow. HEX triplet: FF, CF and 3E. RGB value is (255,207,62). Sum of RGB (Red+Green+Blue) = 255+207+62=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF3E is #0030C1. Grayscale: #CDCDCD. Windows color (decimal): -12482 or 4116479. OLE color: 4116479.
HSL color Cylindrical-coordinate representation of color #FFCF3E: hue angle of 45.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFCF3E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 62 | - |
| CMYK | 0 | 0.19 | 0.76 | 0 |
| HSL | 45.08º | 1% | 0.62% | - |
| HSV(B) | 45.08º | 0.76% | 1% | - |
| XYZ | 64.42 | 66.23 | 13.95 | - |
| YUV | 204.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 62 | 0 | 0.19 | 0.76 | 0 | 45.08 | 1 | 0.62 |
| Hex | FF | CF | 3E | 0 | 13 | 4C | 0 | 2D | 64 | 3E |
| Octal | 377 | 317 | 76 | 0 | 23 | 114 | 0 | 55 | 144 | 76 |
| Binary | 11111111 | 11001111 | 111110 | 0 | 10011 | 1001100 | 0 | 101101 | 1100100 | 111110 |
Color Harmonies of #FFCF3E
Complementary color
Monochromatic Colors of #FFCF3E
Black with #FFCF3E
Text Example
Text Example
White with #FFCF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF3E; }
p { color: rgb(255,207,62); }
H1.HeaderClassName
{
color: #FFCF3E;
}
.AnyTagClassName
{
color: #FFCF3E;
}
</style>
background-color css
<style>
a { background-color: #FFCF3E; }
a { background-color: rgb(255,207,62); }
div.DivClassName
{
background-color: #FFCF3E;
}
.BgClassName
{
background-color: #FFCF3E;
}
</style>
border-color css
<style>
span { border-color: #FFCF3E; }
span { border-color: rgb(255,207,62); }
td.TdClassName
{
border-color: #FFCF3E;
}
.TagClassName
{
border-color: #FFCF3E;
}
</style>