Shades of Sunglow #FBC732
Tints of Sunglow #FBC732
RGB
CMYK
RGB Variations
Color information
#FBC732 (or 0xFBC732) is known color: Sunglow. HEX triplet: FB, C7 and 32. RGB value is (251,199,50). Sum of RGB (Red+Green+Blue) = 251+199+50=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC732 is #0438CD. Grayscale: #C6C6C6. Windows color (decimal): -276686 or 3327995. OLE color: 3327995.
HSL color Cylindrical-coordinate representation of color #FBC732: hue angle of 44.48º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBC732 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 50 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.02 |
| HSL | 44.48º | 0.96% | 0.59% | - |
| HSV(B) | 44.48º | 0.8% | 0.98% | - |
| XYZ | 60.78 | 61.59 | 11.7 | - |
| YUV | 197.56 | 44.73 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 50 | 0 | 0.21 | 0.80 | 0.02 | 44.48 | 0.96 | 0.59 |
| Hex | FB | C7 | 32 | 0 | 15 | 50 | 2 | 2C | 60 | 3B |
| Octal | 373 | 307 | 62 | 0 | 25 | 120 | 2 | 54 | 140 | 73 |
| Binary | 11111011 | 11000111 | 110010 | 0 | 10101 | 1010000 | 10 | 101100 | 1100000 | 111011 |
Color Harmonies of #FBC732
Complementary color
Monochromatic Colors of #FBC732
Black with #FBC732
Text Example
Text Example
White with #FBC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC732; }
p { color: rgb(251,199,50); }
H1.HeaderClassName
{
color: #FBC732;
}
.AnyTagClassName
{
color: #FBC732;
}
</style>
background-color css
<style>
a { background-color: #FBC732; }
a { background-color: rgb(251,199,50); }
div.DivClassName
{
background-color: #FBC732;
}
.BgClassName
{
background-color: #FBC732;
}
</style>
border-color css
<style>
span { border-color: #FBC732; }
span { border-color: rgb(251,199,50); }
td.TdClassName
{
border-color: #FBC732;
}
.TagClassName
{
border-color: #FBC732;
}
</style>