Shades of Sunglow #FBCC37
Tints of Sunglow #FBCC37
RGB
CMYK
RGB Variations
Color information
#FBCC37 (or 0xFBCC37) is known color: Sunglow. HEX triplet: FB, CC and 37. RGB value is (251,204,55). Sum of RGB (Red+Green+Blue) = 251+204+55=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC37 is #0433C8. Grayscale: #C9C9C9. Windows color (decimal): -275401 or 3656955. OLE color: 3656955.
HSL color Cylindrical-coordinate representation of color #FBCC37: hue angle of 45.61º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBCC37 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 55 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.02 |
| HSL | 45.61º | 0.96% | 0.6% | - |
| HSV(B) | 45.61º | 0.78% | 0.98% | - |
| XYZ | 62.07 | 63.97 | 12.69 | - |
| YUV | 201.07 | 45.57 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 55 | 0 | 0.19 | 0.78 | 0.02 | 45.61 | 0.96 | 0.6 |
| Hex | FB | CC | 37 | 0 | 13 | 4E | 2 | 2E | 60 | 3C |
| Octal | 373 | 314 | 67 | 0 | 23 | 116 | 2 | 56 | 140 | 74 |
| Binary | 11111011 | 11001100 | 110111 | 0 | 10011 | 1001110 | 10 | 101110 | 1100000 | 111100 |
Color Harmonies of #FBCC37
Complementary color
Monochromatic Colors of #FBCC37
Black with #FBCC37
Text Example
Text Example
White with #FBCC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC37; }
p { color: rgb(251,204,55); }
H1.HeaderClassName
{
color: #FBCC37;
}
.AnyTagClassName
{
color: #FBCC37;
}
</style>
background-color css
<style>
a { background-color: #FBCC37; }
a { background-color: rgb(251,204,55); }
div.DivClassName
{
background-color: #FBCC37;
}
.BgClassName
{
background-color: #FBCC37;
}
</style>
border-color css
<style>
span { border-color: #FBCC37; }
span { border-color: rgb(251,204,55); }
td.TdClassName
{
border-color: #FBCC37;
}
.TagClassName
{
border-color: #FBCC37;
}
</style>