Shades of Sunglow #FBC92D
Tints of Sunglow #FBC92D
RGB
CMYK
RGB Variations
Color information
#FBC92D (or 0xFBC92D) is known color: Sunglow. HEX triplet: FB, C9 and 2D. RGB value is (251,201,45). Sum of RGB (Red+Green+Blue) = 251+201+45=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC92D is #0436D2. Grayscale: #C6C6C6. Windows color (decimal): -276179 or 3000827. OLE color: 3000827.
HSL color Cylindrical-coordinate representation of color #FBC92D: hue angle of 45.44º 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 #FBC92D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 45 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.02 |
| HSL | 45.44º | 0.96% | 0.58% | - |
| HSV(B) | 45.44º | 0.82% | 0.98% | - |
| XYZ | 61.14 | 62.47 | 11.32 | - |
| YUV | 198.17 | 41.57 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 45 | 0 | 0.20 | 0.82 | 0.02 | 45.44 | 0.96 | 0.58 |
| Hex | FB | C9 | 2D | 0 | 14 | 52 | 2 | 2D | 60 | 3A |
| Octal | 373 | 311 | 55 | 0 | 24 | 122 | 2 | 55 | 140 | 72 |
| Binary | 11111011 | 11001001 | 101101 | 0 | 10100 | 1010010 | 10 | 101101 | 1100000 | 111010 |
Color Harmonies of #FBC92D
Complementary color
Monochromatic Colors of #FBC92D
Black with #FBC92D
Text Example
Text Example
White with #FBC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC92D; }
p { color: rgb(251,201,45); }
H1.HeaderClassName
{
color: #FBC92D;
}
.AnyTagClassName
{
color: #FBC92D;
}
</style>
background-color css
<style>
a { background-color: #FBC92D; }
a { background-color: rgb(251,201,45); }
div.DivClassName
{
background-color: #FBC92D;
}
.BgClassName
{
background-color: #FBC92D;
}
</style>
border-color css
<style>
span { border-color: #FBC92D; }
span { border-color: rgb(251,201,45); }
td.TdClassName
{
border-color: #FBC92D;
}
.TagClassName
{
border-color: #FBC92D;
}
</style>