Shades of Sunglow #FBCB2E
Tints of Sunglow #FBCB2E
RGB
CMYK
RGB Variations
Color information
#FBCB2E (or 0xFBCB2E) is known color: Sunglow. HEX triplet: FB, CB and 2E. RGB value is (251,203,46). Sum of RGB (Red+Green+Blue) = 251+203+46=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB2E is #0434D1. Grayscale: #C8C8C8. Windows color (decimal): -275666 or 3066875. OLE color: 3066875.
HSL color Cylindrical-coordinate representation of color #FBCB2E: hue angle of 45.95º 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 #FBCB2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 46 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.02 |
| HSL | 45.95º | 0.96% | 0.58% | - |
| HSV(B) | 45.95º | 0.82% | 0.98% | - |
| XYZ | 61.63 | 63.42 | 11.58 | - |
| YUV | 199.45 | 41.4 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 46 | 0 | 0.19 | 0.82 | 0.02 | 45.95 | 0.96 | 0.58 |
| Hex | FB | CB | 2E | 0 | 13 | 52 | 2 | 2E | 60 | 3A |
| Octal | 373 | 313 | 56 | 0 | 23 | 122 | 2 | 56 | 140 | 72 |
| Binary | 11111011 | 11001011 | 101110 | 0 | 10011 | 1010010 | 10 | 101110 | 1100000 | 111010 |
Color Harmonies of #FBCB2E
Complementary color
Monochromatic Colors of #FBCB2E
Black with #FBCB2E
Text Example
Text Example
White with #FBCB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB2E; }
p { color: rgb(251,203,46); }
H1.HeaderClassName
{
color: #FBCB2E;
}
.AnyTagClassName
{
color: #FBCB2E;
}
</style>
background-color css
<style>
a { background-color: #FBCB2E; }
a { background-color: rgb(251,203,46); }
div.DivClassName
{
background-color: #FBCB2E;
}
.BgClassName
{
background-color: #FBCB2E;
}
</style>
border-color css
<style>
span { border-color: #FBCB2E; }
span { border-color: rgb(251,203,46); }
td.TdClassName
{
border-color: #FBCB2E;
}
.TagClassName
{
border-color: #FBCB2E;
}
</style>