Shades of Sunglow #FBC341
Tints of Sunglow #FBC341
RGB
CMYK
RGB Variations
Color information
#FBC341 (or 0xFBC341) is known color: Sunglow. HEX triplet: FB, C3 and 41. RGB value is (251,195,65). Sum of RGB (Red+Green+Blue) = 251+195+65=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC341 is #043CBE. Grayscale: #C5C5C5. Windows color (decimal): -277695 or 4310011. OLE color: 4310011.
HSL color Cylindrical-coordinate representation of color #FBC341: hue angle of 41.94º 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 #FBC341 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 65 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.02 |
| HSL | 41.94º | 0.96% | 0.62% | - |
| HSV(B) | 41.94º | 0.74% | 0.98% | - |
| XYZ | 60.25 | 59.92 | 13.39 | - |
| YUV | 196.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 65 | 0 | 0.22 | 0.74 | 0.02 | 41.94 | 0.96 | 0.62 |
| Hex | FB | C3 | 41 | 0 | 16 | 4A | 2 | 2A | 60 | 3E |
| Octal | 373 | 303 | 101 | 0 | 26 | 112 | 2 | 52 | 140 | 76 |
| Binary | 11111011 | 11000011 | 1000001 | 0 | 10110 | 1001010 | 10 | 101010 | 1100000 | 111110 |
Color Harmonies of #FBC341
Complementary color
Monochromatic Colors of #FBC341
Black with #FBC341
Text Example
Text Example
White with #FBC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC341; }
p { color: rgb(251,195,65); }
H1.HeaderClassName
{
color: #FBC341;
}
.AnyTagClassName
{
color: #FBC341;
}
</style>
background-color css
<style>
a { background-color: #FBC341; }
a { background-color: rgb(251,195,65); }
div.DivClassName
{
background-color: #FBC341;
}
.BgClassName
{
background-color: #FBC341;
}
</style>
border-color css
<style>
span { border-color: #FBC341; }
span { border-color: rgb(251,195,65); }
td.TdClassName
{
border-color: #FBC341;
}
.TagClassName
{
border-color: #FBC341;
}
</style>