Shades of Sunglow #FBC53D
Tints of Sunglow #FBC53D
RGB
CMYK
RGB Variations
Color information
#FBC53D (or 0xFBC53D) is known color: Sunglow. HEX triplet: FB, C5 and 3D. RGB value is (251,197,61). Sum of RGB (Red+Green+Blue) = 251+197+61=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC53D is #043AC2. Grayscale: #C6C6C6. Windows color (decimal): -277187 or 4048379. OLE color: 4048379.
HSL color Cylindrical-coordinate representation of color #FBC53D: hue angle of 42.95º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBC53D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 61 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.02 |
| HSL | 42.95º | 0.96% | 0.61% | - |
| HSV(B) | 42.95º | 0.76% | 0.98% | - |
| XYZ | 60.59 | 60.78 | 12.95 | - |
| YUV | 197.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 61 | 0 | 0.22 | 0.76 | 0.02 | 42.95 | 0.96 | 0.61 |
| Hex | FB | C5 | 3D | 0 | 16 | 4C | 2 | 2B | 60 | 3D |
| Octal | 373 | 305 | 75 | 0 | 26 | 114 | 2 | 53 | 140 | 75 |
| Binary | 11111011 | 11000101 | 111101 | 0 | 10110 | 1001100 | 10 | 101011 | 1100000 | 111101 |
Color Harmonies of #FBC53D
Complementary color
Monochromatic Colors of #FBC53D
Black with #FBC53D
Text Example
Text Example
White with #FBC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC53D; }
p { color: rgb(251,197,61); }
H1.HeaderClassName
{
color: #FBC53D;
}
.AnyTagClassName
{
color: #FBC53D;
}
</style>
background-color css
<style>
a { background-color: #FBC53D; }
a { background-color: rgb(251,197,61); }
div.DivClassName
{
background-color: #FBC53D;
}
.BgClassName
{
background-color: #FBC53D;
}
</style>
border-color css
<style>
span { border-color: #FBC53D; }
span { border-color: rgb(251,197,61); }
td.TdClassName
{
border-color: #FBC53D;
}
.TagClassName
{
border-color: #FBC53D;
}
</style>