Shades of Sunglow #FBCC2E
Tints of Sunglow #FBCC2E
RGB
CMYK
RGB Variations
Color information
#FBCC2E (or 0xFBCC2E) is known color: Sunglow. HEX triplet: FB, CC and 2E. RGB value is (251,204,46). Sum of RGB (Red+Green+Blue) = 251+204+46=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC2E is #0433D1. Grayscale: #C8C8C8. Windows color (decimal): -275410 or 3067131. OLE color: 3067131.
HSL color Cylindrical-coordinate representation of color #FBCC2E: hue angle of 46.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBCC2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 46 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.02 |
| HSL | 46.24º | 0.96% | 0.58% | - |
| HSV(B) | 46.24º | 0.82% | 0.98% | - |
| XYZ | 61.87 | 63.89 | 11.66 | - |
| YUV | 200.04 | 41.07 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 46 | 0 | 0.19 | 0.82 | 0.02 | 46.24 | 0.96 | 0.58 |
| Hex | FB | CC | 2E | 0 | 13 | 52 | 2 | 2E | 60 | 3A |
| Octal | 373 | 314 | 56 | 0 | 23 | 122 | 2 | 56 | 140 | 72 |
| Binary | 11111011 | 11001100 | 101110 | 0 | 10011 | 1010010 | 10 | 101110 | 1100000 | 111010 |
Color Harmonies of #FBCC2E
Complementary color
Monochromatic Colors of #FBCC2E
Black with #FBCC2E
Text Example
Text Example
White with #FBCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC2E; }
p { color: rgb(251,204,46); }
H1.HeaderClassName
{
color: #FBCC2E;
}
.AnyTagClassName
{
color: #FBCC2E;
}
</style>
background-color css
<style>
a { background-color: #FBCC2E; }
a { background-color: rgb(251,204,46); }
div.DivClassName
{
background-color: #FBCC2E;
}
.BgClassName
{
background-color: #FBCC2E;
}
</style>
border-color css
<style>
span { border-color: #FBCC2E; }
span { border-color: rgb(251,204,46); }
td.TdClassName
{
border-color: #FBCC2E;
}
.TagClassName
{
border-color: #FBCC2E;
}
</style>