Shades of Sunglow #F6CF3C
Tints of Sunglow #F6CF3C
RGB
CMYK
RGB Variations
Color information
#F6CF3C (or 0xF6CF3C) is known color: Sunglow. HEX triplet: F6, CF and 3C. RGB value is (246,207,60). Sum of RGB (Red+Green+Blue) = 246+207+60=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CF3C is #0930C3. Grayscale: #CACACA. Windows color (decimal): -602308 or 3985398. OLE color: 3985398.
HSL color Cylindrical-coordinate representation of color #F6CF3C: hue angle of 47.42º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6CF3C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 60 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.04 |
| HSL | 47.42º | 0.91% | 0.6% | - |
| HSV(B) | 47.42º | 0.76% | 0.96% | - |
| XYZ | 61.13 | 64.54 | 13.51 | - |
| YUV | 201.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 60 | 0 | 0.16 | 0.76 | 0.04 | 47.42 | 0.91 | 0.6 |
| Hex | F6 | CF | 3C | 0 | 10 | 4C | 4 | 2F | 5B | 3C |
| Octal | 366 | 317 | 74 | 0 | 20 | 114 | 4 | 57 | 133 | 74 |
| Binary | 11110110 | 11001111 | 111100 | 0 | 10000 | 1001100 | 100 | 101111 | 1011011 | 111100 |
Color Harmonies of #F6CF3C
Complementary color
Monochromatic Colors of #F6CF3C
Black with #F6CF3C
Text Example
Text Example
White with #F6CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CF3C; }
p { color: rgb(246,207,60); }
H1.HeaderClassName
{
color: #F6CF3C;
}
.AnyTagClassName
{
color: #F6CF3C;
}
</style>
background-color css
<style>
a { background-color: #F6CF3C; }
a { background-color: rgb(246,207,60); }
div.DivClassName
{
background-color: #F6CF3C;
}
.BgClassName
{
background-color: #F6CF3C;
}
</style>
border-color css
<style>
span { border-color: #F6CF3C; }
span { border-color: rgb(246,207,60); }
td.TdClassName
{
border-color: #F6CF3C;
}
.TagClassName
{
border-color: #F6CF3C;
}
</style>