Shades of Sunglow #FBC632
Tints of Sunglow #FBC632
RGB
CMYK
RGB Variations
Color information
#FBC632 (or 0xFBC632) is known color: Sunglow. HEX triplet: FB, C6 and 32. RGB value is (251,198,50). Sum of RGB (Red+Green+Blue) = 251+198+50=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC632 is #0439CD. Grayscale: #C5C5C5. Windows color (decimal): -276942 or 3327739. OLE color: 3327739.
HSL color Cylindrical-coordinate representation of color #FBC632: hue angle of 44.18º 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 #FBC632 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 50 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.02 |
| HSL | 44.18º | 0.96% | 0.59% | - |
| HSV(B) | 44.18º | 0.8% | 0.98% | - |
| XYZ | 60.55 | 61.13 | 11.62 | - |
| YUV | 196.98 | 45.06 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 50 | 0 | 0.21 | 0.80 | 0.02 | 44.18 | 0.96 | 0.59 |
| Hex | FB | C6 | 32 | 0 | 15 | 50 | 2 | 2C | 60 | 3B |
| Octal | 373 | 306 | 62 | 0 | 25 | 120 | 2 | 54 | 140 | 73 |
| Binary | 11111011 | 11000110 | 110010 | 0 | 10101 | 1010000 | 10 | 101100 | 1100000 | 111011 |
Color Harmonies of #FBC632
Complementary color
Monochromatic Colors of #FBC632
Black with #FBC632
Text Example
Text Example
White with #FBC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC632; }
p { color: rgb(251,198,50); }
H1.HeaderClassName
{
color: #FBC632;
}
.AnyTagClassName
{
color: #FBC632;
}
</style>
background-color css
<style>
a { background-color: #FBC632; }
a { background-color: rgb(251,198,50); }
div.DivClassName
{
background-color: #FBC632;
}
.BgClassName
{
background-color: #FBC632;
}
</style>
border-color css
<style>
span { border-color: #FBC632; }
span { border-color: rgb(251,198,50); }
td.TdClassName
{
border-color: #FBC632;
}
.TagClassName
{
border-color: #FBC632;
}
</style>