Shades of Saffron #FBC32B
Tints of Saffron #FBC32B
RGB
CMYK
RGB Variations
Color information
#FBC32B (or 0xFBC32B) is known color: Saffron. HEX triplet: FB, C3 and 2B. RGB value is (251,195,43). Sum of RGB (Red+Green+Blue) = 251+195+43=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC32B is #043CD4. Grayscale: #C3C3C3. Windows color (decimal): -277717 or 2868219. OLE color: 2868219.
HSL color Cylindrical-coordinate representation of color #FBC32B: hue angle of 43.85º 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 #FBC32B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 43 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.02 |
| HSL | 43.85º | 0.96% | 0.58% | - |
| HSV(B) | 43.85º | 0.83% | 0.98% | - |
| XYZ | 59.73 | 59.71 | 10.66 | - |
| YUV | 194.42 | 42.55 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 43 | 0 | 0.22 | 0.83 | 0.02 | 43.85 | 0.96 | 0.58 |
| Hex | FB | C3 | 2B | 0 | 16 | 53 | 2 | 2C | 60 | 3A |
| Octal | 373 | 303 | 53 | 0 | 26 | 123 | 2 | 54 | 140 | 72 |
| Binary | 11111011 | 11000011 | 101011 | 0 | 10110 | 1010011 | 10 | 101100 | 1100000 | 111010 |
Color Harmonies of #FBC32B
Complementary color
Monochromatic Colors of #FBC32B
Black with #FBC32B
Text Example
Text Example
White with #FBC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC32B; }
p { color: rgb(251,195,43); }
H1.HeaderClassName
{
color: #FBC32B;
}
.AnyTagClassName
{
color: #FBC32B;
}
</style>
background-color css
<style>
a { background-color: #FBC32B; }
a { background-color: rgb(251,195,43); }
div.DivClassName
{
background-color: #FBC32B;
}
.BgClassName
{
background-color: #FBC32B;
}
</style>
border-color css
<style>
span { border-color: #FBC32B; }
span { border-color: rgb(251,195,43); }
td.TdClassName
{
border-color: #FBC32B;
}
.TagClassName
{
border-color: #FBC32B;
}
</style>