Shades of Sunglow #FBC33A
Tints of Sunglow #FBC33A
RGB
CMYK
RGB Variations
Color information
#FBC33A (or 0xFBC33A) is known color: Sunglow. HEX triplet: FB, C3 and 3A. RGB value is (251,195,58). Sum of RGB (Red+Green+Blue) = 251+195+58=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC33A is #043CC5. Grayscale: #C4C4C4. Windows color (decimal): -277702 or 3851259. OLE color: 3851259.
HSL color Cylindrical-coordinate representation of color #FBC33A: hue angle of 42.59º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBC33A is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 58 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.02 |
| HSL | 42.59º | 0.96% | 0.61% | - |
| HSV(B) | 42.59º | 0.77% | 0.98% | - |
| XYZ | 60.06 | 59.84 | 12.39 | - |
| YUV | 196.13 | 50.05 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 58 | 0 | 0.22 | 0.77 | 0.02 | 42.59 | 0.96 | 0.61 |
| Hex | FB | C3 | 3A | 0 | 16 | 4D | 2 | 2B | 60 | 3D |
| Octal | 373 | 303 | 72 | 0 | 26 | 115 | 2 | 53 | 140 | 75 |
| Binary | 11111011 | 11000011 | 111010 | 0 | 10110 | 1001101 | 10 | 101011 | 1100000 | 111101 |
Color Harmonies of #FBC33A
Complementary color
Monochromatic Colors of #FBC33A
Black with #FBC33A
Text Example
Text Example
White with #FBC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC33A; }
p { color: rgb(251,195,58); }
H1.HeaderClassName
{
color: #FBC33A;
}
.AnyTagClassName
{
color: #FBC33A;
}
</style>
background-color css
<style>
a { background-color: #FBC33A; }
a { background-color: rgb(251,195,58); }
div.DivClassName
{
background-color: #FBC33A;
}
.BgClassName
{
background-color: #FBC33A;
}
</style>
border-color css
<style>
span { border-color: #FBC33A; }
span { border-color: rgb(251,195,58); }
td.TdClassName
{
border-color: #FBC33A;
}
.TagClassName
{
border-color: #FBC33A;
}
</style>