Shades of Sunglow #FBCB40
Tints of Sunglow #FBCB40
RGB
CMYK
RGB Variations
Color information
#FBCB40 (or 0xFBCB40) is known color: Sunglow. HEX triplet: FB, CB and 40. RGB value is (251,203,64). Sum of RGB (Red+Green+Blue) = 251+203+64=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB40 is #0434BF. Grayscale: #CACACA. Windows color (decimal): -275648 or 4246523. OLE color: 4246523.
HSL color Cylindrical-coordinate representation of color #FBCB40: hue angle of 44.6º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBCB40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 64 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.02 |
| HSL | 44.6º | 0.96% | 0.62% | - |
| HSV(B) | 44.6º | 0.75% | 0.98% | - |
| XYZ | 62.07 | 63.59 | 13.85 | - |
| YUV | 201.51 | 50.4 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 64 | 0 | 0.19 | 0.75 | 0.02 | 44.6 | 0.96 | 0.62 |
| Hex | FB | CB | 40 | 0 | 13 | 4B | 2 | 2D | 60 | 3E |
| Octal | 373 | 313 | 100 | 0 | 23 | 113 | 2 | 55 | 140 | 76 |
| Binary | 11111011 | 11001011 | 1000000 | 0 | 10011 | 1001011 | 10 | 101101 | 1100000 | 111110 |
Color Harmonies of #FBCB40
Complementary color
Monochromatic Colors of #FBCB40
Black with #FBCB40
Text Example
Text Example
White with #FBCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB40; }
p { color: rgb(251,203,64); }
H1.HeaderClassName
{
color: #FBCB40;
}
.AnyTagClassName
{
color: #FBCB40;
}
</style>
background-color css
<style>
a { background-color: #FBCB40; }
a { background-color: rgb(251,203,64); }
div.DivClassName
{
background-color: #FBCB40;
}
.BgClassName
{
background-color: #FBCB40;
}
</style>
border-color css
<style>
span { border-color: #FBCB40; }
span { border-color: rgb(251,203,64); }
td.TdClassName
{
border-color: #FBCB40;
}
.TagClassName
{
border-color: #FBCB40;
}
</style>