Shades of Sunglow #FBCC41
Tints of Sunglow #FBCC41
RGB
CMYK
RGB Variations
Color information
#FBCC41 (or 0xFBCC41) is known color: Sunglow. HEX triplet: FB, CC and 41. RGB value is (251,204,65). Sum of RGB (Red+Green+Blue) = 251+204+65=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC41 is #0433BE. Grayscale: #CACACA. Windows color (decimal): -275391 or 4312315. OLE color: 4312315.
HSL color Cylindrical-coordinate representation of color #FBCC41: hue angle of 44.84º 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 #FBCC41 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 65 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.02 |
| HSL | 44.84º | 0.96% | 0.62% | - |
| HSV(B) | 44.84º | 0.74% | 0.98% | - |
| XYZ | 62.33 | 64.08 | 14.08 | - |
| YUV | 202.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 65 | 0 | 0.19 | 0.74 | 0.02 | 44.84 | 0.96 | 0.62 |
| Hex | FB | CC | 41 | 0 | 13 | 4A | 2 | 2D | 60 | 3E |
| Octal | 373 | 314 | 101 | 0 | 23 | 112 | 2 | 55 | 140 | 76 |
| Binary | 11111011 | 11001100 | 1000001 | 0 | 10011 | 1001010 | 10 | 101101 | 1100000 | 111110 |
Color Harmonies of #FBCC41
Complementary color
Monochromatic Colors of #FBCC41
Black with #FBCC41
Text Example
Text Example
White with #FBCC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC41; }
p { color: rgb(251,204,65); }
H1.HeaderClassName
{
color: #FBCC41;
}
.AnyTagClassName
{
color: #FBCC41;
}
</style>
background-color css
<style>
a { background-color: #FBCC41; }
a { background-color: rgb(251,204,65); }
div.DivClassName
{
background-color: #FBCC41;
}
.BgClassName
{
background-color: #FBCC41;
}
</style>
border-color css
<style>
span { border-color: #FBCC41; }
span { border-color: rgb(251,204,65); }
td.TdClassName
{
border-color: #FBCC41;
}
.TagClassName
{
border-color: #FBCC41;
}
</style>