Shades of Sunglow #FBC642
Tints of Sunglow #FBC642
RGB
CMYK
RGB Variations
Color information
#FBC642 (or 0xFBC642) is known color: Sunglow. HEX triplet: FB, C6 and 42. RGB value is (251,198,66). Sum of RGB (Red+Green+Blue) = 251+198+66=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC642 is #0439BD. Grayscale: #C7C7C7. Windows color (decimal): -276926 or 4376315. OLE color: 4376315.
HSL color Cylindrical-coordinate representation of color #FBC642: hue angle of 42.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBC642 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 66 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.02 |
| HSL | 42.81º | 0.96% | 0.62% | - |
| HSV(B) | 42.81º | 0.74% | 0.98% | - |
| XYZ | 60.96 | 61.29 | 13.77 | - |
| YUV | 198.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 66 | 0 | 0.21 | 0.74 | 0.02 | 42.81 | 0.96 | 0.62 |
| Hex | FB | C6 | 42 | 0 | 15 | 4A | 2 | 2B | 60 | 3E |
| Octal | 373 | 306 | 102 | 0 | 25 | 112 | 2 | 53 | 140 | 76 |
| Binary | 11111011 | 11000110 | 1000010 | 0 | 10101 | 1001010 | 10 | 101011 | 1100000 | 111110 |
Color Harmonies of #FBC642
Complementary color
Monochromatic Colors of #FBC642
Black with #FBC642
Text Example
Text Example
White with #FBC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC642; }
p { color: rgb(251,198,66); }
H1.HeaderClassName
{
color: #FBC642;
}
.AnyTagClassName
{
color: #FBC642;
}
</style>
background-color css
<style>
a { background-color: #FBC642; }
a { background-color: rgb(251,198,66); }
div.DivClassName
{
background-color: #FBC642;
}
.BgClassName
{
background-color: #FBC642;
}
</style>
border-color css
<style>
span { border-color: #FBC642; }
span { border-color: rgb(251,198,66); }
td.TdClassName
{
border-color: #FBC642;
}
.TagClassName
{
border-color: #FBC642;
}
</style>