Shades of Sunglow #FBC540
Tints of Sunglow #FBC540
RGB
CMYK
RGB Variations
Color information
#FBC540 (or 0xFBC540) is known color: Sunglow. HEX triplet: FB, C5 and 40. RGB value is (251,197,64). Sum of RGB (Red+Green+Blue) = 251+197+64=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC540 is #043ABF. Grayscale: #C6C6C6. Windows color (decimal): -277184 or 4244987. OLE color: 4244987.
HSL color Cylindrical-coordinate representation of color #FBC540: hue angle of 42.67º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBC540 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 64 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.02 |
| HSL | 42.67º | 0.96% | 0.62% | - |
| HSV(B) | 42.67º | 0.75% | 0.98% | - |
| XYZ | 60.68 | 60.81 | 13.39 | - |
| YUV | 197.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 64 | 0 | 0.22 | 0.75 | 0.02 | 42.67 | 0.96 | 0.62 |
| Hex | FB | C5 | 40 | 0 | 16 | 4B | 2 | 2B | 60 | 3E |
| Octal | 373 | 305 | 100 | 0 | 26 | 113 | 2 | 53 | 140 | 76 |
| Binary | 11111011 | 11000101 | 1000000 | 0 | 10110 | 1001011 | 10 | 101011 | 1100000 | 111110 |
Color Harmonies of #FBC540
Complementary color
Monochromatic Colors of #FBC540
Black with #FBC540
Text Example
Text Example
White with #FBC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC540; }
p { color: rgb(251,197,64); }
H1.HeaderClassName
{
color: #FBC540;
}
.AnyTagClassName
{
color: #FBC540;
}
</style>
background-color css
<style>
a { background-color: #FBC540; }
a { background-color: rgb(251,197,64); }
div.DivClassName
{
background-color: #FBC540;
}
.BgClassName
{
background-color: #FBC540;
}
</style>
border-color css
<style>
span { border-color: #FBC540; }
span { border-color: rgb(251,197,64); }
td.TdClassName
{
border-color: #FBC540;
}
.TagClassName
{
border-color: #FBC540;
}
</style>