Shades of Sunglow #FBCC34
Tints of Sunglow #FBCC34
RGB
CMYK
RGB Variations
Color information
#FBCC34 (or 0xFBCC34) is known color: Sunglow. HEX triplet: FB, CC and 34. RGB value is (251,204,52). Sum of RGB (Red+Green+Blue) = 251+204+52=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC34 is #0433CB. Grayscale: #C9C9C9. Windows color (decimal): -275404 or 3460347. OLE color: 3460347.
HSL color Cylindrical-coordinate representation of color #FBCC34: hue angle of 45.83º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FBCC34 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 52 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.02 |
| HSL | 45.83º | 0.96% | 0.59% | - |
| HSV(B) | 45.83º | 0.79% | 0.98% | - |
| XYZ | 62 | 63.94 | 12.32 | - |
| YUV | 200.73 | 44.07 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 52 | 0 | 0.19 | 0.79 | 0.02 | 45.83 | 0.96 | 0.59 |
| Hex | FB | CC | 34 | 0 | 13 | 4F | 2 | 2E | 60 | 3B |
| Octal | 373 | 314 | 64 | 0 | 23 | 117 | 2 | 56 | 140 | 73 |
| Binary | 11111011 | 11001100 | 110100 | 0 | 10011 | 1001111 | 10 | 101110 | 1100000 | 111011 |
Color Harmonies of #FBCC34
Complementary color
Monochromatic Colors of #FBCC34
Black with #FBCC34
Text Example
Text Example
White with #FBCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC34; }
p { color: rgb(251,204,52); }
H1.HeaderClassName
{
color: #FBCC34;
}
.AnyTagClassName
{
color: #FBCC34;
}
</style>
background-color css
<style>
a { background-color: #FBCC34; }
a { background-color: rgb(251,204,52); }
div.DivClassName
{
background-color: #FBCC34;
}
.BgClassName
{
background-color: #FBCC34;
}
</style>
border-color css
<style>
span { border-color: #FBCC34; }
span { border-color: rgb(251,204,52); }
td.TdClassName
{
border-color: #FBCC34;
}
.TagClassName
{
border-color: #FBCC34;
}
</style>