Shades of Sunglow #FBCB2B
Tints of Sunglow #FBCB2B
RGB
CMYK
RGB Variations
Color information
#FBCB2B (or 0xFBCB2B) is known color: Sunglow. HEX triplet: FB, CB and 2B. RGB value is (251,203,43). Sum of RGB (Red+Green+Blue) = 251+203+43=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB2B is #0434D4. Grayscale: #C7C7C7. Windows color (decimal): -275669 or 2870267. OLE color: 2870267.
HSL color Cylindrical-coordinate representation of color #FBCB2B: hue angle of 46.15º 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 #FBCB2B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 43 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.02 |
| HSL | 46.15º | 0.96% | 0.58% | - |
| HSV(B) | 46.15º | 0.83% | 0.98% | - |
| XYZ | 61.58 | 63.4 | 11.28 | - |
| YUV | 199.11 | 39.9 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 43 | 0 | 0.19 | 0.83 | 0.02 | 46.15 | 0.96 | 0.58 |
| Hex | FB | CB | 2B | 0 | 13 | 53 | 2 | 2E | 60 | 3A |
| Octal | 373 | 313 | 53 | 0 | 23 | 123 | 2 | 56 | 140 | 72 |
| Binary | 11111011 | 11001011 | 101011 | 0 | 10011 | 1010011 | 10 | 101110 | 1100000 | 111010 |
Color Harmonies of #FBCB2B
Complementary color
Monochromatic Colors of #FBCB2B
Black with #FBCB2B
Text Example
Text Example
White with #FBCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB2B; }
p { color: rgb(251,203,43); }
H1.HeaderClassName
{
color: #FBCB2B;
}
.AnyTagClassName
{
color: #FBCB2B;
}
</style>
background-color css
<style>
a { background-color: #FBCB2B; }
a { background-color: rgb(251,203,43); }
div.DivClassName
{
background-color: #FBCB2B;
}
.BgClassName
{
background-color: #FBCB2B;
}
</style>
border-color css
<style>
span { border-color: #FBCB2B; }
span { border-color: rgb(251,203,43); }
td.TdClassName
{
border-color: #FBCB2B;
}
.TagClassName
{
border-color: #FBCB2B;
}
</style>