Shades of Sunglow #F7CB3C
Tints of Sunglow #F7CB3C
RGB
CMYK
RGB Variations
Color information
#F7CB3C (or 0xF7CB3C) is known color: Sunglow. HEX triplet: F7, CB and 3C. RGB value is (247,203,60). Sum of RGB (Red+Green+Blue) = 247+203+60=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CB3C is #0834C3. Grayscale: #C8C8C8. Windows color (decimal): -537796 or 3984375. OLE color: 3984375.
HSL color Cylindrical-coordinate representation of color #F7CB3C: hue angle of 45.88º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F7CB3C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.03 |
| HSL | 45.88º | 0.92% | 0.6% | - |
| HSV(B) | 45.88º | 0.76% | 0.97% | - |
| XYZ | 60.53 | 62.81 | 13.21 | - |
| YUV | 199.85 | 49.08 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 60 | 0 | 0.18 | 0.76 | 0.03 | 45.88 | 0.92 | 0.6 |
| Hex | F7 | CB | 3C | 0 | 12 | 4C | 3 | 2E | 5C | 3C |
| Octal | 367 | 313 | 74 | 0 | 22 | 114 | 3 | 56 | 134 | 74 |
| Binary | 11110111 | 11001011 | 111100 | 0 | 10010 | 1001100 | 11 | 101110 | 1011100 | 111100 |
Color Harmonies of #F7CB3C
Complementary color
Monochromatic Colors of #F7CB3C
Black with #F7CB3C
Text Example
Text Example
White with #F7CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB3C; }
p { color: rgb(247,203,60); }
H1.HeaderClassName
{
color: #F7CB3C;
}
.AnyTagClassName
{
color: #F7CB3C;
}
</style>
background-color css
<style>
a { background-color: #F7CB3C; }
a { background-color: rgb(247,203,60); }
div.DivClassName
{
background-color: #F7CB3C;
}
.BgClassName
{
background-color: #F7CB3C;
}
</style>
border-color css
<style>
span { border-color: #F7CB3C; }
span { border-color: rgb(247,203,60); }
td.TdClassName
{
border-color: #F7CB3C;
}
.TagClassName
{
border-color: #F7CB3C;
}
</style>