Shades of Sunglow #F8CF3A
Tints of Sunglow #F8CF3A
RGB
CMYK
RGB Variations
Color information
#F8CF3A (or 0xF8CF3A) is known color: Sunglow. HEX triplet: F8, CF and 3A. RGB value is (248,207,58). Sum of RGB (Red+Green+Blue) = 248+207+58=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CF3A is #0730C5. Grayscale: #CACACA. Windows color (decimal): -471238 or 3854328. OLE color: 3854328.
HSL color Cylindrical-coordinate representation of color #F8CF3A: hue angle of 47.05º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8CF3A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 58 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.03 |
| HSL | 47.05º | 0.93% | 0.6% | - |
| HSV(B) | 47.05º | 0.77% | 0.97% | - |
| XYZ | 61.79 | 64.89 | 13.27 | - |
| YUV | 202.27 | 46.58 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 58 | 0 | 0.17 | 0.77 | 0.03 | 47.05 | 0.93 | 0.6 |
| Hex | F8 | CF | 3A | 0 | 11 | 4D | 3 | 2F | 5D | 3C |
| Octal | 370 | 317 | 72 | 0 | 21 | 115 | 3 | 57 | 135 | 74 |
| Binary | 11111000 | 11001111 | 111010 | 0 | 10001 | 1001101 | 11 | 101111 | 1011101 | 111100 |
Color Harmonies of #F8CF3A
Complementary color
Monochromatic Colors of #F8CF3A
Black with #F8CF3A
Text Example
Text Example
White with #F8CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF3A; }
p { color: rgb(248,207,58); }
H1.HeaderClassName
{
color: #F8CF3A;
}
.AnyTagClassName
{
color: #F8CF3A;
}
</style>
background-color css
<style>
a { background-color: #F8CF3A; }
a { background-color: rgb(248,207,58); }
div.DivClassName
{
background-color: #F8CF3A;
}
.BgClassName
{
background-color: #F8CF3A;
}
</style>
border-color css
<style>
span { border-color: #F8CF3A; }
span { border-color: rgb(248,207,58); }
td.TdClassName
{
border-color: #F8CF3A;
}
.TagClassName
{
border-color: #F8CF3A;
}
</style>