Shades of Sunglow #F6CC3E
Tints of Sunglow #F6CC3E
RGB
CMYK
RGB Variations
Color information
#F6CC3E (or 0xF6CC3E) is known color: Sunglow. HEX triplet: F6, CC and 3E. RGB value is (246,204,62). Sum of RGB (Red+Green+Blue) = 246+204+62=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CC3E is #0933C1. Grayscale: #C8C8C8. Windows color (decimal): -603074 or 4115702. OLE color: 4115702.
HSL color Cylindrical-coordinate representation of color #F6CC3E: hue angle of 46.3º 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 #F6CC3E is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 62 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.04 |
| HSL | 46.3º | 0.91% | 0.6% | - |
| HSV(B) | 46.3º | 0.75% | 0.96% | - |
| XYZ | 60.47 | 63.13 | 13.56 | - |
| YUV | 200.37 | 49.91 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 62 | 0 | 0.17 | 0.75 | 0.04 | 46.3 | 0.91 | 0.6 |
| Hex | F6 | CC | 3E | 0 | 11 | 4B | 4 | 2E | 5B | 3C |
| Octal | 366 | 314 | 76 | 0 | 21 | 113 | 4 | 56 | 133 | 74 |
| Binary | 11110110 | 11001100 | 111110 | 0 | 10001 | 1001011 | 100 | 101110 | 1011011 | 111100 |
Color Harmonies of #F6CC3E
Complementary color
Monochromatic Colors of #F6CC3E
Black with #F6CC3E
Text Example
Text Example
White with #F6CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CC3E; }
p { color: rgb(246,204,62); }
H1.HeaderClassName
{
color: #F6CC3E;
}
.AnyTagClassName
{
color: #F6CC3E;
}
</style>
background-color css
<style>
a { background-color: #F6CC3E; }
a { background-color: rgb(246,204,62); }
div.DivClassName
{
background-color: #F6CC3E;
}
.BgClassName
{
background-color: #F6CC3E;
}
</style>
border-color css
<style>
span { border-color: #F6CC3E; }
span { border-color: rgb(246,204,62); }
td.TdClassName
{
border-color: #F6CC3E;
}
.TagClassName
{
border-color: #F6CC3E;
}
</style>