Shades of Sunglow #FACB40
Tints of Sunglow #FACB40
RGB
CMYK
RGB Variations
Color information
#FACB40 (or 0xFACB40) is known color: Sunglow. HEX triplet: FA, CB and 40. RGB value is (250,203,64). Sum of RGB (Red+Green+Blue) = 250+203+64=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB40 is #0534BF. Grayscale: #C9C9C9. Windows color (decimal): -341184 or 4246522. OLE color: 4246522.
HSL color Cylindrical-coordinate representation of color #FACB40: hue angle of 44.84º degrees, saturation: 0.95, 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 #FACB40 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 64 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.02 |
| HSL | 44.84º | 0.95% | 0.62% | - |
| HSV(B) | 44.84º | 0.74% | 0.98% | - |
| XYZ | 61.71 | 63.41 | 13.84 | - |
| YUV | 201.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 64 | 0 | 0.19 | 0.74 | 0.02 | 44.84 | 0.95 | 0.62 |
| Hex | FA | CB | 40 | 0 | 13 | 4A | 2 | 2D | 5F | 3E |
| Octal | 372 | 313 | 100 | 0 | 23 | 112 | 2 | 55 | 137 | 76 |
| Binary | 11111010 | 11001011 | 1000000 | 0 | 10011 | 1001010 | 10 | 101101 | 1011111 | 111110 |
Color Harmonies of #FACB40
Complementary color
Monochromatic Colors of #FACB40
Black with #FACB40
Text Example
Text Example
White with #FACB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB40; }
p { color: rgb(250,203,64); }
H1.HeaderClassName
{
color: #FACB40;
}
.AnyTagClassName
{
color: #FACB40;
}
</style>
background-color css
<style>
a { background-color: #FACB40; }
a { background-color: rgb(250,203,64); }
div.DivClassName
{
background-color: #FACB40;
}
.BgClassName
{
background-color: #FACB40;
}
</style>
border-color css
<style>
span { border-color: #FACB40; }
span { border-color: rgb(250,203,64); }
td.TdClassName
{
border-color: #FACB40;
}
.TagClassName
{
border-color: #FACB40;
}
</style>