Shades of Sunglow #FBCB41
Tints of Sunglow #FBCB41
RGB
CMYK
RGB Variations
Color information
#FBCB41 (or 0xFBCB41) is known color: Sunglow. HEX triplet: FB, CB and 41. RGB value is (251,203,65). Sum of RGB (Red+Green+Blue) = 251+203+65=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB41 is #0434BE. Grayscale: #CACACA. Windows color (decimal): -275647 or 4312059. OLE color: 4312059.
HSL color Cylindrical-coordinate representation of color #FBCB41: hue angle of 44.52º 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 #FBCB41 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 65 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.02 |
| HSL | 44.52º | 0.96% | 0.62% | - |
| HSV(B) | 44.52º | 0.74% | 0.98% | - |
| XYZ | 62.09 | 63.6 | 14 | - |
| YUV | 201.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 65 | 0 | 0.19 | 0.74 | 0.02 | 44.52 | 0.96 | 0.62 |
| Hex | FB | CB | 41 | 0 | 13 | 4A | 2 | 2D | 60 | 3E |
| Octal | 373 | 313 | 101 | 0 | 23 | 112 | 2 | 55 | 140 | 76 |
| Binary | 11111011 | 11001011 | 1000001 | 0 | 10011 | 1001010 | 10 | 101101 | 1100000 | 111110 |
Color Harmonies of #FBCB41
Complementary color
Monochromatic Colors of #FBCB41
Black with #FBCB41
Text Example
Text Example
White with #FBCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB41; }
p { color: rgb(251,203,65); }
H1.HeaderClassName
{
color: #FBCB41;
}
.AnyTagClassName
{
color: #FBCB41;
}
</style>
background-color css
<style>
a { background-color: #FBCB41; }
a { background-color: rgb(251,203,65); }
div.DivClassName
{
background-color: #FBCB41;
}
.BgClassName
{
background-color: #FBCB41;
}
</style>
border-color css
<style>
span { border-color: #FBCB41; }
span { border-color: rgb(251,203,65); }
td.TdClassName
{
border-color: #FBCB41;
}
.TagClassName
{
border-color: #FBCB41;
}
</style>