Shades of Sunglow #FBC23F
Tints of Sunglow #FBC23F
RGB
CMYK
RGB Variations
Color information
#FBC23F (or 0xFBC23F) is known color: Sunglow. HEX triplet: FB, C2 and 3F. RGB value is (251,194,63). Sum of RGB (Red+Green+Blue) = 251+194+63=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC23F is #043DC0. Grayscale: #C4C4C4. Windows color (decimal): -277953 or 4178683. OLE color: 4178683.
HSL color Cylindrical-coordinate representation of color #FBC23F: hue angle of 41.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBC23F is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 63 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.02 |
| HSL | 41.81º | 0.96% | 0.62% | - |
| HSV(B) | 41.81º | 0.75% | 0.98% | - |
| XYZ | 59.97 | 59.45 | 13.02 | - |
| YUV | 196.11 | 52.88 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 63 | 0 | 0.23 | 0.75 | 0.02 | 41.81 | 0.96 | 0.62 |
| Hex | FB | C2 | 3F | 0 | 17 | 4B | 2 | 2A | 60 | 3E |
| Octal | 373 | 302 | 77 | 0 | 27 | 113 | 2 | 52 | 140 | 76 |
| Binary | 11111011 | 11000010 | 111111 | 0 | 10111 | 1001011 | 10 | 101010 | 1100000 | 111110 |
Color Harmonies of #FBC23F
Complementary color
Monochromatic Colors of #FBC23F
Black with #FBC23F
Text Example
Text Example
White with #FBC23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC23F; }
p { color: rgb(251,194,63); }
H1.HeaderClassName
{
color: #FBC23F;
}
.AnyTagClassName
{
color: #FBC23F;
}
</style>
background-color css
<style>
a { background-color: #FBC23F; }
a { background-color: rgb(251,194,63); }
div.DivClassName
{
background-color: #FBC23F;
}
.BgClassName
{
background-color: #FBC23F;
}
</style>
border-color css
<style>
span { border-color: #FBC23F; }
span { border-color: rgb(251,194,63); }
td.TdClassName
{
border-color: #FBC23F;
}
.TagClassName
{
border-color: #FBC23F;
}
</style>