Shades of Sunglow #FBCB31
Tints of Sunglow #FBCB31
RGB
CMYK
RGB Variations
Color information
#FBCB31 (or 0xFBCB31) is known color: Sunglow. HEX triplet: FB, CB and 31. RGB value is (251,203,49). Sum of RGB (Red+Green+Blue) = 251+203+49=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB31 is #0434CE. Grayscale: #C8C8C8. Windows color (decimal): -275663 or 3263483. OLE color: 3263483.
HSL color Cylindrical-coordinate representation of color #FBCB31: hue angle of 45.74º 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 #FBCB31 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 49 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.02 |
| HSL | 45.74º | 0.96% | 0.59% | - |
| HSV(B) | 45.74º | 0.8% | 0.98% | - |
| XYZ | 61.69 | 63.44 | 11.9 | - |
| YUV | 199.8 | 42.9 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 49 | 0 | 0.19 | 0.80 | 0.02 | 45.74 | 0.96 | 0.59 |
| Hex | FB | CB | 31 | 0 | 13 | 50 | 2 | 2E | 60 | 3B |
| Octal | 373 | 313 | 61 | 0 | 23 | 120 | 2 | 56 | 140 | 73 |
| Binary | 11111011 | 11001011 | 110001 | 0 | 10011 | 1010000 | 10 | 101110 | 1100000 | 111011 |
Color Harmonies of #FBCB31
Complementary color
Monochromatic Colors of #FBCB31
Black with #FBCB31
Text Example
Text Example
White with #FBCB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB31; }
p { color: rgb(251,203,49); }
H1.HeaderClassName
{
color: #FBCB31;
}
.AnyTagClassName
{
color: #FBCB31;
}
</style>
background-color css
<style>
a { background-color: #FBCB31; }
a { background-color: rgb(251,203,49); }
div.DivClassName
{
background-color: #FBCB31;
}
.BgClassName
{
background-color: #FBCB31;
}
</style>
border-color css
<style>
span { border-color: #FBCB31; }
span { border-color: rgb(251,203,49); }
td.TdClassName
{
border-color: #FBCB31;
}
.TagClassName
{
border-color: #FBCB31;
}
</style>