Shades of Sunglow #F6CA3E
Tints of Sunglow #F6CA3E
RGB
CMYK
RGB Variations
Color information
#F6CA3E (or 0xF6CA3E) is known color: Sunglow. HEX triplet: F6, CA and 3E. RGB value is (246,202,62). Sum of RGB (Red+Green+Blue) = 246+202+62=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CA3E is #0935C1. Grayscale: #C7C7C7. Windows color (decimal): -603586 or 4115190. OLE color: 4115190.
HSL color Cylindrical-coordinate representation of color #F6CA3E: hue angle of 45.65º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6CA3E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 62 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.04 |
| HSL | 45.65º | 0.91% | 0.6% | - |
| HSV(B) | 45.65º | 0.75% | 0.96% | - |
| XYZ | 60 | 62.18 | 13.4 | - |
| YUV | 199.2 | 50.58 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 62 | 0 | 0.18 | 0.75 | 0.04 | 45.65 | 0.91 | 0.6 |
| Hex | F6 | CA | 3E | 0 | 12 | 4B | 4 | 2E | 5B | 3C |
| Octal | 366 | 312 | 76 | 0 | 22 | 113 | 4 | 56 | 133 | 74 |
| Binary | 11110110 | 11001010 | 111110 | 0 | 10010 | 1001011 | 100 | 101110 | 1011011 | 111100 |
Color Harmonies of #F6CA3E
Complementary color
Monochromatic Colors of #F6CA3E
Black with #F6CA3E
Text Example
Text Example
White with #F6CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA3E; }
p { color: rgb(246,202,62); }
H1.HeaderClassName
{
color: #F6CA3E;
}
.AnyTagClassName
{
color: #F6CA3E;
}
</style>
background-color css
<style>
a { background-color: #F6CA3E; }
a { background-color: rgb(246,202,62); }
div.DivClassName
{
background-color: #F6CA3E;
}
.BgClassName
{
background-color: #F6CA3E;
}
</style>
border-color css
<style>
span { border-color: #F6CA3E; }
span { border-color: rgb(246,202,62); }
td.TdClassName
{
border-color: #F6CA3E;
}
.TagClassName
{
border-color: #F6CA3E;
}
</style>