Shades of Sunglow #FBC92B
Tints of Sunglow #FBC92B
RGB
CMYK
RGB Variations
Color information
#FBC92B (or 0xFBC92B) is known color: Sunglow. HEX triplet: FB, C9 and 2B. RGB value is (251,201,43). Sum of RGB (Red+Green+Blue) = 251+201+43=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC92B is #0436D4. Grayscale: #C6C6C6. Windows color (decimal): -276181 or 2869755. OLE color: 2869755.
HSL color Cylindrical-coordinate representation of color #FBC92B: hue angle of 45.58º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBC92B is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 43 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.02 |
| HSL | 45.58º | 0.96% | 0.58% | - |
| HSV(B) | 45.58º | 0.83% | 0.98% | - |
| XYZ | 61.11 | 62.46 | 11.12 | - |
| YUV | 197.94 | 40.57 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 43 | 0 | 0.20 | 0.83 | 0.02 | 45.58 | 0.96 | 0.58 |
| Hex | FB | C9 | 2B | 0 | 14 | 53 | 2 | 2E | 60 | 3A |
| Octal | 373 | 311 | 53 | 0 | 24 | 123 | 2 | 56 | 140 | 72 |
| Binary | 11111011 | 11001001 | 101011 | 0 | 10100 | 1010011 | 10 | 101110 | 1100000 | 111010 |
Color Harmonies of #FBC92B
Complementary color
Monochromatic Colors of #FBC92B
Black with #FBC92B
Text Example
Text Example
White with #FBC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC92B; }
p { color: rgb(251,201,43); }
H1.HeaderClassName
{
color: #FBC92B;
}
.AnyTagClassName
{
color: #FBC92B;
}
</style>
background-color css
<style>
a { background-color: #FBC92B; }
a { background-color: rgb(251,201,43); }
div.DivClassName
{
background-color: #FBC92B;
}
.BgClassName
{
background-color: #FBC92B;
}
</style>
border-color css
<style>
span { border-color: #FBC92B; }
span { border-color: rgb(251,201,43); }
td.TdClassName
{
border-color: #FBC92B;
}
.TagClassName
{
border-color: #FBC92B;
}
</style>