Shades of Sunglow #FBC942
Tints of Sunglow #FBC942
RGB
CMYK
RGB Variations
Color information
#FBC942 (or 0xFBC942) is known color: Sunglow. HEX triplet: FB, C9 and 42. RGB value is (251,201,66). Sum of RGB (Red+Green+Blue) = 251+201+66=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC942 is #0436BD. Grayscale: #C9C9C9. Windows color (decimal): -276158 or 4377083. OLE color: 4377083.
HSL color Cylindrical-coordinate representation of color #FBC942: hue angle of 43.78º 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 #FBC942 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 66 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.02 |
| HSL | 43.78º | 0.96% | 0.62% | - |
| HSV(B) | 43.78º | 0.74% | 0.98% | - |
| XYZ | 61.65 | 62.68 | 14 | - |
| YUV | 200.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 66 | 0 | 0.20 | 0.74 | 0.02 | 43.78 | 0.96 | 0.62 |
| Hex | FB | C9 | 42 | 0 | 14 | 4A | 2 | 2C | 60 | 3E |
| Octal | 373 | 311 | 102 | 0 | 24 | 112 | 2 | 54 | 140 | 76 |
| Binary | 11111011 | 11001001 | 1000010 | 0 | 10100 | 1001010 | 10 | 101100 | 1100000 | 111110 |
Color Harmonies of #FBC942
Complementary color
Monochromatic Colors of #FBC942
Black with #FBC942
Text Example
Text Example
White with #FBC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC942; }
p { color: rgb(251,201,66); }
H1.HeaderClassName
{
color: #FBC942;
}
.AnyTagClassName
{
color: #FBC942;
}
</style>
background-color css
<style>
a { background-color: #FBC942; }
a { background-color: rgb(251,201,66); }
div.DivClassName
{
background-color: #FBC942;
}
.BgClassName
{
background-color: #FBC942;
}
</style>
border-color css
<style>
span { border-color: #FBC942; }
span { border-color: rgb(251,201,66); }
td.TdClassName
{
border-color: #FBC942;
}
.TagClassName
{
border-color: #FBC942;
}
</style>