Shades of Sunglow #F7CF32
Tints of Sunglow #F7CF32
RGB
CMYK
RGB Variations
Color information
#F7CF32 (or 0xF7CF32) is known color: Sunglow. HEX triplet: F7, CF and 32. RGB value is (247,207,50). Sum of RGB (Red+Green+Blue) = 247+207+50=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF32 is #0830CD. Grayscale: #C9C9C9. Windows color (decimal): -536782 or 3330039. OLE color: 3330039.
HSL color Cylindrical-coordinate representation of color #F7CF32: hue angle of 47.82º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7CF32 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 50 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.03 |
| HSL | 47.82º | 0.92% | 0.58% | - |
| HSV(B) | 47.82º | 0.8% | 0.97% | - |
| XYZ | 61.25 | 64.63 | 12.26 | - |
| YUV | 201.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 50 | 0 | 0.16 | 0.80 | 0.03 | 47.82 | 0.92 | 0.58 |
| Hex | F7 | CF | 32 | 0 | 10 | 50 | 3 | 30 | 5C | 3A |
| Octal | 367 | 317 | 62 | 0 | 20 | 120 | 3 | 60 | 134 | 72 |
| Binary | 11110111 | 11001111 | 110010 | 0 | 10000 | 1010000 | 11 | 110000 | 1011100 | 111010 |
Color Harmonies of #F7CF32
Complementary color
Monochromatic Colors of #F7CF32
Black with #F7CF32
Text Example
Text Example
White with #F7CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF32; }
p { color: rgb(247,207,50); }
H1.HeaderClassName
{
color: #F7CF32;
}
.AnyTagClassName
{
color: #F7CF32;
}
</style>
background-color css
<style>
a { background-color: #F7CF32; }
a { background-color: rgb(247,207,50); }
div.DivClassName
{
background-color: #F7CF32;
}
.BgClassName
{
background-color: #F7CF32;
}
</style>
border-color css
<style>
span { border-color: #F7CF32; }
span { border-color: rgb(247,207,50); }
td.TdClassName
{
border-color: #F7CF32;
}
.TagClassName
{
border-color: #F7CF32;
}
</style>