Shades of Sunglow #FBD32E
Tints of Sunglow #FBD32E
RGB
CMYK
RGB Variations
Color information
#FBD32E (or 0xFBD32E) is known color: Sunglow. HEX triplet: FB, D3 and 2E. RGB value is (251,211,46). Sum of RGB (Red+Green+Blue) = 251+211+46=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD32E is #042CD1. Grayscale: #CCCCCC. Windows color (decimal): -273618 or 3068923. OLE color: 3068923.
HSL color Cylindrical-coordinate representation of color #FBD32E: hue angle of 48.29º 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 #FBD32E is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 211 | 46 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.02 |
| HSL | 48.29º | 0.96% | 0.58% | - |
| HSV(B) | 48.29º | 0.82% | 0.98% | - |
| XYZ | 63.57 | 67.3 | 12.22 | - |
| YUV | 204.15 | 38.75 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 211 | 46 | 0 | 0.16 | 0.82 | 0.02 | 48.29 | 0.96 | 0.58 |
| Hex | FB | D3 | 2E | 0 | 10 | 52 | 2 | 30 | 60 | 3A |
| Octal | 373 | 323 | 56 | 0 | 20 | 122 | 2 | 60 | 140 | 72 |
| Binary | 11111011 | 11010011 | 101110 | 0 | 10000 | 1010010 | 10 | 110000 | 1100000 | 111010 |
Color Harmonies of #FBD32E
Complementary color
Monochromatic Colors of #FBD32E
Black with #FBD32E
Text Example
Text Example
White with #FBD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD32E; }
p { color: rgb(251,211,46); }
H1.HeaderClassName
{
color: #FBD32E;
}
.AnyTagClassName
{
color: #FBD32E;
}
</style>
background-color css
<style>
a { background-color: #FBD32E; }
a { background-color: rgb(251,211,46); }
div.DivClassName
{
background-color: #FBD32E;
}
.BgClassName
{
background-color: #FBD32E;
}
</style>
border-color css
<style>
span { border-color: #FBD32E; }
span { border-color: rgb(251,211,46); }
td.TdClassName
{
border-color: #FBD32E;
}
.TagClassName
{
border-color: #FBD32E;
}
</style>