Shades of Sunglow #FBC731
Tints of Sunglow #FBC731
RGB
CMYK
RGB Variations
Color information
#FBC731 (or 0xFBC731) is known color: Sunglow. HEX triplet: FB, C7 and 31. RGB value is (251,199,49). Sum of RGB (Red+Green+Blue) = 251+199+49=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC731 is #0438CE. Grayscale: #C6C6C6. Windows color (decimal): -276687 or 3262459. OLE color: 3262459.
HSL color Cylindrical-coordinate representation of color #FBC731: hue angle of 44.55º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBC731 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 49 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.02 |
| HSL | 44.55º | 0.96% | 0.59% | - |
| HSV(B) | 44.55º | 0.8% | 0.98% | - |
| XYZ | 60.76 | 61.58 | 11.59 | - |
| YUV | 197.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 49 | 0 | 0.21 | 0.80 | 0.02 | 44.55 | 0.96 | 0.59 |
| Hex | FB | C7 | 31 | 0 | 15 | 50 | 2 | 2D | 60 | 3B |
| Octal | 373 | 307 | 61 | 0 | 25 | 120 | 2 | 55 | 140 | 73 |
| Binary | 11111011 | 11000111 | 110001 | 0 | 10101 | 1010000 | 10 | 101101 | 1100000 | 111011 |
Color Harmonies of #FBC731
Complementary color
Monochromatic Colors of #FBC731
Black with #FBC731
Text Example
Text Example
White with #FBC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC731; }
p { color: rgb(251,199,49); }
H1.HeaderClassName
{
color: #FBC731;
}
.AnyTagClassName
{
color: #FBC731;
}
</style>
background-color css
<style>
a { background-color: #FBC731; }
a { background-color: rgb(251,199,49); }
div.DivClassName
{
background-color: #FBC731;
}
.BgClassName
{
background-color: #FBC731;
}
</style>
border-color css
<style>
span { border-color: #FBC731; }
span { border-color: rgb(251,199,49); }
td.TdClassName
{
border-color: #FBC731;
}
.TagClassName
{
border-color: #FBC731;
}
</style>