Shades of Sunglow #FBC43A
Tints of Sunglow #FBC43A
RGB
CMYK
RGB Variations
Color information
#FBC43A (or 0xFBC43A) is known color: Sunglow. HEX triplet: FB, C4 and 3A. RGB value is (251,196,58). Sum of RGB (Red+Green+Blue) = 251+196+58=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC43A is #043BC5. Grayscale: #C5C5C5. Windows color (decimal): -277446 or 3851515. OLE color: 3851515.
HSL color Cylindrical-coordinate representation of color #FBC43A: hue angle of 42.9º 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 #FBC43A is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 58 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.02 |
| HSL | 42.9º | 0.96% | 0.61% | - |
| HSV(B) | 42.9º | 0.77% | 0.98% | - |
| XYZ | 60.29 | 60.29 | 12.46 | - |
| YUV | 196.71 | 49.72 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 58 | 0 | 0.22 | 0.77 | 0.02 | 42.9 | 0.96 | 0.61 |
| Hex | FB | C4 | 3A | 0 | 16 | 4D | 2 | 2B | 60 | 3D |
| Octal | 373 | 304 | 72 | 0 | 26 | 115 | 2 | 53 | 140 | 75 |
| Binary | 11111011 | 11000100 | 111010 | 0 | 10110 | 1001101 | 10 | 101011 | 1100000 | 111101 |
Color Harmonies of #FBC43A
Complementary color
Monochromatic Colors of #FBC43A
Black with #FBC43A
Text Example
Text Example
White with #FBC43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC43A; }
p { color: rgb(251,196,58); }
H1.HeaderClassName
{
color: #FBC43A;
}
.AnyTagClassName
{
color: #FBC43A;
}
</style>
background-color css
<style>
a { background-color: #FBC43A; }
a { background-color: rgb(251,196,58); }
div.DivClassName
{
background-color: #FBC43A;
}
.BgClassName
{
background-color: #FBC43A;
}
</style>
border-color css
<style>
span { border-color: #FBC43A; }
span { border-color: rgb(251,196,58); }
td.TdClassName
{
border-color: #FBC43A;
}
.TagClassName
{
border-color: #FBC43A;
}
</style>