Shades of Sunglow #FBC92E
Tints of Sunglow #FBC92E
RGB
CMYK
RGB Variations
Color information
#FBC92E (or 0xFBC92E) is known color: Sunglow. HEX triplet: FB, C9 and 2E. RGB value is (251,201,46). Sum of RGB (Red+Green+Blue) = 251+201+46=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC92E is #0436D1. Grayscale: #C6C6C6. Windows color (decimal): -276178 or 3066363. OLE color: 3066363.
HSL color Cylindrical-coordinate representation of color #FBC92E: hue angle of 45.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBC92E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.02 |
| HSL | 45.37º | 0.96% | 0.58% | - |
| HSV(B) | 45.37º | 0.82% | 0.98% | - |
| XYZ | 61.16 | 62.48 | 11.42 | - |
| YUV | 198.28 | 42.07 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 46 | 0 | 0.20 | 0.82 | 0.02 | 45.37 | 0.96 | 0.58 |
| Hex | FB | C9 | 2E | 0 | 14 | 52 | 2 | 2D | 60 | 3A |
| Octal | 373 | 311 | 56 | 0 | 24 | 122 | 2 | 55 | 140 | 72 |
| Binary | 11111011 | 11001001 | 101110 | 0 | 10100 | 1010010 | 10 | 101101 | 1100000 | 111010 |
Color Harmonies of #FBC92E
Complementary color
Monochromatic Colors of #FBC92E
Black with #FBC92E
Text Example
Text Example
White with #FBC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC92E; }
p { color: rgb(251,201,46); }
H1.HeaderClassName
{
color: #FBC92E;
}
.AnyTagClassName
{
color: #FBC92E;
}
</style>
background-color css
<style>
a { background-color: #FBC92E; }
a { background-color: rgb(251,201,46); }
div.DivClassName
{
background-color: #FBC92E;
}
.BgClassName
{
background-color: #FBC92E;
}
</style>
border-color css
<style>
span { border-color: #FBC92E; }
span { border-color: rgb(251,201,46); }
td.TdClassName
{
border-color: #FBC92E;
}
.TagClassName
{
border-color: #FBC92E;
}
</style>