Shades of Sunglow #F6CA3C
Tints of Sunglow #F6CA3C
RGB
CMYK
RGB Variations
Color information
#F6CA3C (or 0xF6CA3C) is known color: Sunglow. HEX triplet: F6, CA and 3C. RGB value is (246,202,60). Sum of RGB (Red+Green+Blue) = 246+202+60=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CA3C is #0935C3. Grayscale: #C7C7C7. Windows color (decimal): -603588 or 3984118. OLE color: 3984118.
HSL color Cylindrical-coordinate representation of color #F6CA3C: hue angle of 45.81º 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 #F6CA3C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.04 |
| HSL | 45.81º | 0.91% | 0.6% | - |
| HSV(B) | 45.81º | 0.76% | 0.96% | - |
| XYZ | 59.94 | 62.16 | 13.11 | - |
| YUV | 198.97 | 49.58 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 60 | 0 | 0.18 | 0.76 | 0.04 | 45.81 | 0.91 | 0.6 |
| Hex | F6 | CA | 3C | 0 | 12 | 4C | 4 | 2E | 5B | 3C |
| Octal | 366 | 312 | 74 | 0 | 22 | 114 | 4 | 56 | 133 | 74 |
| Binary | 11110110 | 11001010 | 111100 | 0 | 10010 | 1001100 | 100 | 101110 | 1011011 | 111100 |
Color Harmonies of #F6CA3C
Complementary color
Monochromatic Colors of #F6CA3C
Black with #F6CA3C
Text Example
Text Example
White with #F6CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA3C; }
p { color: rgb(246,202,60); }
H1.HeaderClassName
{
color: #F6CA3C;
}
.AnyTagClassName
{
color: #F6CA3C;
}
</style>
background-color css
<style>
a { background-color: #F6CA3C; }
a { background-color: rgb(246,202,60); }
div.DivClassName
{
background-color: #F6CA3C;
}
.BgClassName
{
background-color: #F6CA3C;
}
</style>
border-color css
<style>
span { border-color: #F6CA3C; }
span { border-color: rgb(246,202,60); }
td.TdClassName
{
border-color: #F6CA3C;
}
.TagClassName
{
border-color: #F6CA3C;
}
</style>