Shades of Sunglow #FBC930
Tints of Sunglow #FBC930
RGB
CMYK
RGB Variations
Color information
#FBC930 (or 0xFBC930) is known color: Sunglow. HEX triplet: FB, C9 and 30. RGB value is (251,201,48). Sum of RGB (Red+Green+Blue) = 251+201+48=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC930 is #0436CF. Grayscale: #C7C7C7. Windows color (decimal): -276176 or 3197435. OLE color: 3197435.
HSL color Cylindrical-coordinate representation of color #FBC930: hue angle of 45.22º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBC930 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 48 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.02 |
| HSL | 45.22º | 0.96% | 0.59% | - |
| HSV(B) | 45.22º | 0.81% | 0.98% | - |
| XYZ | 61.2 | 62.5 | 11.63 | - |
| YUV | 198.51 | 43.07 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 48 | 0 | 0.20 | 0.81 | 0.02 | 45.22 | 0.96 | 0.59 |
| Hex | FB | C9 | 30 | 0 | 14 | 51 | 2 | 2D | 60 | 3B |
| Octal | 373 | 311 | 60 | 0 | 24 | 121 | 2 | 55 | 140 | 73 |
| Binary | 11111011 | 11001001 | 110000 | 0 | 10100 | 1010001 | 10 | 101101 | 1100000 | 111011 |
Color Harmonies of #FBC930
Complementary color
Monochromatic Colors of #FBC930
Black with #FBC930
Text Example
Text Example
White with #FBC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC930; }
p { color: rgb(251,201,48); }
H1.HeaderClassName
{
color: #FBC930;
}
.AnyTagClassName
{
color: #FBC930;
}
</style>
background-color css
<style>
a { background-color: #FBC930; }
a { background-color: rgb(251,201,48); }
div.DivClassName
{
background-color: #FBC930;
}
.BgClassName
{
background-color: #FBC930;
}
</style>
border-color css
<style>
span { border-color: #FBC930; }
span { border-color: rgb(251,201,48); }
td.TdClassName
{
border-color: #FBC930;
}
.TagClassName
{
border-color: #FBC930;
}
</style>