Shades of Sunglow #F6CB3F
Tints of Sunglow #F6CB3F
RGB
CMYK
RGB Variations
Color information
#F6CB3F (or 0xF6CB3F) is known color: Sunglow. HEX triplet: F6, CB and 3F. RGB value is (246,203,63). Sum of RGB (Red+Green+Blue) = 246+203+63=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CB3F is #0934C0. Grayscale: #C8C8C8. Windows color (decimal): -603329 or 4180982. OLE color: 4180982.
HSL color Cylindrical-coordinate representation of color #F6CB3F: hue angle of 45.9º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6CB3F is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 63 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.04 |
| HSL | 45.9º | 0.91% | 0.61% | - |
| HSV(B) | 45.9º | 0.74% | 0.96% | - |
| XYZ | 60.26 | 62.66 | 13.62 | - |
| YUV | 199.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 63 | 0 | 0.17 | 0.74 | 0.04 | 45.9 | 0.91 | 0.61 |
| Hex | F6 | CB | 3F | 0 | 11 | 4A | 4 | 2E | 5B | 3D |
| Octal | 366 | 313 | 77 | 0 | 21 | 112 | 4 | 56 | 133 | 75 |
| Binary | 11110110 | 11001011 | 111111 | 0 | 10001 | 1001010 | 100 | 101110 | 1011011 | 111101 |
Color Harmonies of #F6CB3F
Complementary color
Monochromatic Colors of #F6CB3F
Black with #F6CB3F
Text Example
Text Example
White with #F6CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB3F; }
p { color: rgb(246,203,63); }
H1.HeaderClassName
{
color: #F6CB3F;
}
.AnyTagClassName
{
color: #F6CB3F;
}
</style>
background-color css
<style>
a { background-color: #F6CB3F; }
a { background-color: rgb(246,203,63); }
div.DivClassName
{
background-color: #F6CB3F;
}
.BgClassName
{
background-color: #F6CB3F;
}
</style>
border-color css
<style>
span { border-color: #F6CB3F; }
span { border-color: rgb(246,203,63); }
td.TdClassName
{
border-color: #F6CB3F;
}
.TagClassName
{
border-color: #F6CB3F;
}
</style>