Shades of Sunglow #FAC640
Tints of Sunglow #FAC640
RGB
CMYK
RGB Variations
Color information
#FAC640 (or 0xFAC640) is known color: Sunglow. HEX triplet: FA, C6 and 40. RGB value is (250,198,64). Sum of RGB (Red+Green+Blue) = 250+198+64=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC640 is #0539BF. Grayscale: #C6C6C6. Windows color (decimal): -342464 or 4245242. OLE color: 4245242.
HSL color Cylindrical-coordinate representation of color #FAC640: hue angle of 43.23º 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 #FAC640 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 64 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.02 |
| HSL | 43.23º | 0.95% | 0.62% | - |
| HSV(B) | 43.23º | 0.74% | 0.98% | - |
| XYZ | 60.54 | 61.08 | 13.45 | - |
| YUV | 198.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 64 | 0 | 0.21 | 0.74 | 0.02 | 43.23 | 0.95 | 0.62 |
| Hex | FA | C6 | 40 | 0 | 15 | 4A | 2 | 2B | 5F | 3E |
| Octal | 372 | 306 | 100 | 0 | 25 | 112 | 2 | 53 | 137 | 76 |
| Binary | 11111010 | 11000110 | 1000000 | 0 | 10101 | 1001010 | 10 | 101011 | 1011111 | 111110 |
Color Harmonies of #FAC640
Complementary color
Monochromatic Colors of #FAC640
Black with #FAC640
Text Example
Text Example
White with #FAC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC640; }
p { color: rgb(250,198,64); }
H1.HeaderClassName
{
color: #FAC640;
}
.AnyTagClassName
{
color: #FAC640;
}
</style>
background-color css
<style>
a { background-color: #FAC640; }
a { background-color: rgb(250,198,64); }
div.DivClassName
{
background-color: #FAC640;
}
.BgClassName
{
background-color: #FAC640;
}
</style>
border-color css
<style>
span { border-color: #FAC640; }
span { border-color: rgb(250,198,64); }
td.TdClassName
{
border-color: #FAC640;
}
.TagClassName
{
border-color: #FAC640;
}
</style>