Shades of Sunglow #FBCE3A
Tints of Sunglow #FBCE3A
RGB
CMYK
RGB Variations
Color information
#FBCE3A (or 0xFBCE3A) is known color: Sunglow. HEX triplet: FB, CE and 3A. RGB value is (251,206,58). Sum of RGB (Red+Green+Blue) = 251+206+58=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCE3A is #0431C5. Grayscale: #CBCBCB. Windows color (decimal): -274886 or 3854075. OLE color: 3854075.
HSL color Cylindrical-coordinate representation of color #FBCE3A: hue angle of 46.01º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBCE3A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 58 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.02 |
| HSL | 46.01º | 0.96% | 0.61% | - |
| HSV(B) | 46.01º | 0.77% | 0.98% | - |
| XYZ | 62.62 | 64.96 | 13.24 | - |
| YUV | 202.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 58 | 0 | 0.18 | 0.77 | 0.02 | 46.01 | 0.96 | 0.61 |
| Hex | FB | CE | 3A | 0 | 12 | 4D | 2 | 2E | 60 | 3D |
| Octal | 373 | 316 | 72 | 0 | 22 | 115 | 2 | 56 | 140 | 75 |
| Binary | 11111011 | 11001110 | 111010 | 0 | 10010 | 1001101 | 10 | 101110 | 1100000 | 111101 |
Color Harmonies of #FBCE3A
Complementary color
Monochromatic Colors of #FBCE3A
Black with #FBCE3A
Text Example
Text Example
White with #FBCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCE3A; }
p { color: rgb(251,206,58); }
H1.HeaderClassName
{
color: #FBCE3A;
}
.AnyTagClassName
{
color: #FBCE3A;
}
</style>
background-color css
<style>
a { background-color: #FBCE3A; }
a { background-color: rgb(251,206,58); }
div.DivClassName
{
background-color: #FBCE3A;
}
.BgClassName
{
background-color: #FBCE3A;
}
</style>
border-color css
<style>
span { border-color: #FBCE3A; }
span { border-color: rgb(251,206,58); }
td.TdClassName
{
border-color: #FBCE3A;
}
.TagClassName
{
border-color: #FBCE3A;
}
</style>