Shades of Sunglow #FBC33D
Tints of Sunglow #FBC33D
RGB
CMYK
RGB Variations
Color information
#FBC33D (or 0xFBC33D) is known color: Sunglow. HEX triplet: FB, C3 and 3D. RGB value is (251,195,61). Sum of RGB (Red+Green+Blue) = 251+195+61=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC33D is #043CC2. Grayscale: #C5C5C5. Windows color (decimal): -277699 or 4047867. OLE color: 4047867.
HSL color Cylindrical-coordinate representation of color #FBC33D: hue angle of 42.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBC33D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 61 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.02 |
| HSL | 42.32º | 0.96% | 0.61% | - |
| HSV(B) | 42.32º | 0.76% | 0.98% | - |
| XYZ | 60.14 | 59.88 | 12.8 | - |
| YUV | 196.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 61 | 0 | 0.22 | 0.76 | 0.02 | 42.32 | 0.96 | 0.61 |
| Hex | FB | C3 | 3D | 0 | 16 | 4C | 2 | 2A | 60 | 3D |
| Octal | 373 | 303 | 75 | 0 | 26 | 114 | 2 | 52 | 140 | 75 |
| Binary | 11111011 | 11000011 | 111101 | 0 | 10110 | 1001100 | 10 | 101010 | 1100000 | 111101 |
Color Harmonies of #FBC33D
Complementary color
Monochromatic Colors of #FBC33D
Black with #FBC33D
Text Example
Text Example
White with #FBC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC33D; }
p { color: rgb(251,195,61); }
H1.HeaderClassName
{
color: #FBC33D;
}
.AnyTagClassName
{
color: #FBC33D;
}
</style>
background-color css
<style>
a { background-color: #FBC33D; }
a { background-color: rgb(251,195,61); }
div.DivClassName
{
background-color: #FBC33D;
}
.BgClassName
{
background-color: #FBC33D;
}
</style>
border-color css
<style>
span { border-color: #FBC33D; }
span { border-color: rgb(251,195,61); }
td.TdClassName
{
border-color: #FBC33D;
}
.TagClassName
{
border-color: #FBC33D;
}
</style>