Shades of Sunglow #FBC841
Tints of Sunglow #FBC841
RGB
CMYK
RGB Variations
Color information
#FBC841 (or 0xFBC841) is known color: Sunglow. HEX triplet: FB, C8 and 41. RGB value is (251,200,65). Sum of RGB (Red+Green+Blue) = 251+200+65=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC841 is #0437BE. Grayscale: #C8C8C8. Windows color (decimal): -276415 or 4311291. OLE color: 4311291.
HSL color Cylindrical-coordinate representation of color #FBC841: hue angle of 43.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBC841 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 65 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.02 |
| HSL | 43.55º | 0.96% | 0.62% | - |
| HSV(B) | 43.55º | 0.74% | 0.98% | - |
| XYZ | 61.39 | 62.2 | 13.77 | - |
| YUV | 199.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 65 | 0 | 0.20 | 0.74 | 0.02 | 43.55 | 0.96 | 0.62 |
| Hex | FB | C8 | 41 | 0 | 14 | 4A | 2 | 2C | 60 | 3E |
| Octal | 373 | 310 | 101 | 0 | 24 | 112 | 2 | 54 | 140 | 76 |
| Binary | 11111011 | 11001000 | 1000001 | 0 | 10100 | 1001010 | 10 | 101100 | 1100000 | 111110 |
Color Harmonies of #FBC841
Complementary color
Monochromatic Colors of #FBC841
Black with #FBC841
Text Example
Text Example
White with #FBC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC841; }
p { color: rgb(251,200,65); }
H1.HeaderClassName
{
color: #FBC841;
}
.AnyTagClassName
{
color: #FBC841;
}
</style>
background-color css
<style>
a { background-color: #FBC841; }
a { background-color: rgb(251,200,65); }
div.DivClassName
{
background-color: #FBC841;
}
.BgClassName
{
background-color: #FBC841;
}
</style>
border-color css
<style>
span { border-color: #FBC841; }
span { border-color: rgb(251,200,65); }
td.TdClassName
{
border-color: #FBC841;
}
.TagClassName
{
border-color: #FBC841;
}
</style>