Shades of Sunglow #FBCC2C
Tints of Sunglow #FBCC2C
RGB
CMYK
RGB Variations
Color information
#FBCC2C (or 0xFBCC2C) is known color: Sunglow. HEX triplet: FB, CC and 2C. RGB value is (251,204,44). Sum of RGB (Red+Green+Blue) = 251+204+44=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC2C is #0433D3. Grayscale: #C8C8C8. Windows color (decimal): -275412 or 2936059. OLE color: 2936059.
HSL color Cylindrical-coordinate representation of color #FBCC2C: hue angle of 46.38º 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 #FBCC2C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 44 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.02 |
| HSL | 46.38º | 0.96% | 0.58% | - |
| HSV(B) | 46.38º | 0.82% | 0.98% | - |
| XYZ | 61.83 | 63.88 | 11.45 | - |
| YUV | 199.81 | 40.07 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 44 | 0 | 0.19 | 0.82 | 0.02 | 46.38 | 0.96 | 0.58 |
| Hex | FB | CC | 2C | 0 | 13 | 52 | 2 | 2E | 60 | 3A |
| Octal | 373 | 314 | 54 | 0 | 23 | 122 | 2 | 56 | 140 | 72 |
| Binary | 11111011 | 11001100 | 101100 | 0 | 10011 | 1010010 | 10 | 101110 | 1100000 | 111010 |
Color Harmonies of #FBCC2C
Complementary color
Monochromatic Colors of #FBCC2C
Black with #FBCC2C
Text Example
Text Example
White with #FBCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC2C; }
p { color: rgb(251,204,44); }
H1.HeaderClassName
{
color: #FBCC2C;
}
.AnyTagClassName
{
color: #FBCC2C;
}
</style>
background-color css
<style>
a { background-color: #FBCC2C; }
a { background-color: rgb(251,204,44); }
div.DivClassName
{
background-color: #FBCC2C;
}
.BgClassName
{
background-color: #FBCC2C;
}
</style>
border-color css
<style>
span { border-color: #FBCC2C; }
span { border-color: rgb(251,204,44); }
td.TdClassName
{
border-color: #FBCC2C;
}
.TagClassName
{
border-color: #FBCC2C;
}
</style>