Shades of Sunglow #FBC63D
Tints of Sunglow #FBC63D
RGB
CMYK
RGB Variations
Color information
#FBC63D (or 0xFBC63D) is known color: Sunglow. HEX triplet: FB, C6 and 3D. RGB value is (251,198,61). Sum of RGB (Red+Green+Blue) = 251+198+61=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC63D is #0439C2. Grayscale: #C6C6C6. Windows color (decimal): -276931 or 4048635. OLE color: 4048635.
HSL color Cylindrical-coordinate representation of color #FBC63D: hue angle of 43.26º 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 #FBC63D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 61 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.02 |
| HSL | 43.26º | 0.96% | 0.61% | - |
| HSV(B) | 43.26º | 0.76% | 0.98% | - |
| XYZ | 60.82 | 61.23 | 13.03 | - |
| YUV | 198.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 61 | 0 | 0.21 | 0.76 | 0.02 | 43.26 | 0.96 | 0.61 |
| Hex | FB | C6 | 3D | 0 | 15 | 4C | 2 | 2B | 60 | 3D |
| Octal | 373 | 306 | 75 | 0 | 25 | 114 | 2 | 53 | 140 | 75 |
| Binary | 11111011 | 11000110 | 111101 | 0 | 10101 | 1001100 | 10 | 101011 | 1100000 | 111101 |
Color Harmonies of #FBC63D
Complementary color
Monochromatic Colors of #FBC63D
Black with #FBC63D
Text Example
Text Example
White with #FBC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC63D; }
p { color: rgb(251,198,61); }
H1.HeaderClassName
{
color: #FBC63D;
}
.AnyTagClassName
{
color: #FBC63D;
}
</style>
background-color css
<style>
a { background-color: #FBC63D; }
a { background-color: rgb(251,198,61); }
div.DivClassName
{
background-color: #FBC63D;
}
.BgClassName
{
background-color: #FBC63D;
}
</style>
border-color css
<style>
span { border-color: #FBC63D; }
span { border-color: rgb(251,198,61); }
td.TdClassName
{
border-color: #FBC63D;
}
.TagClassName
{
border-color: #FBC63D;
}
</style>