Shades of Sunglow #FBC92A
Tints of Sunglow #FBC92A
RGB
CMYK
RGB Variations
Color information
#FBC92A (or 0xFBC92A) is known color: Sunglow. HEX triplet: FB, C9 and 2A. RGB value is (251,201,42). Sum of RGB (Red+Green+Blue) = 251+201+42=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC92A is #0436D5. Grayscale: #C6C6C6. Windows color (decimal): -276182 or 2804219. OLE color: 2804219.
HSL color Cylindrical-coordinate representation of color #FBC92A: hue angle of 45.65º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBC92A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 42 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.02 |
| HSL | 45.65º | 0.96% | 0.57% | - |
| HSV(B) | 45.65º | 0.83% | 0.98% | - |
| XYZ | 61.09 | 62.45 | 11.02 | - |
| YUV | 197.82 | 40.07 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 42 | 0 | 0.20 | 0.83 | 0.02 | 45.65 | 0.96 | 0.57 |
| Hex | FB | C9 | 2A | 0 | 14 | 53 | 2 | 2E | 60 | 39 |
| Octal | 373 | 311 | 52 | 0 | 24 | 123 | 2 | 56 | 140 | 71 |
| Binary | 11111011 | 11001001 | 101010 | 0 | 10100 | 1010011 | 10 | 101110 | 1100000 | 111001 |
Color Harmonies of #FBC92A
Complementary color
Monochromatic Colors of #FBC92A
Black with #FBC92A
Text Example
Text Example
White with #FBC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC92A; }
p { color: rgb(251,201,42); }
H1.HeaderClassName
{
color: #FBC92A;
}
.AnyTagClassName
{
color: #FBC92A;
}
</style>
background-color css
<style>
a { background-color: #FBC92A; }
a { background-color: rgb(251,201,42); }
div.DivClassName
{
background-color: #FBC92A;
}
.BgClassName
{
background-color: #FBC92A;
}
</style>
border-color css
<style>
span { border-color: #FBC92A; }
span { border-color: rgb(251,201,42); }
td.TdClassName
{
border-color: #FBC92A;
}
.TagClassName
{
border-color: #FBC92A;
}
</style>