Shades of Sunglow #FAC642
Tints of Sunglow #FAC642
RGB
CMYK
RGB Variations
Color information
#FAC642 (or 0xFAC642) is known color: Sunglow. HEX triplet: FA, C6 and 42. RGB value is (250,198,66). Sum of RGB (Red+Green+Blue) = 250+198+66=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC642 is #0539BD. Grayscale: #C7C7C7. Windows color (decimal): -342462 or 4376314. OLE color: 4376314.
HSL color Cylindrical-coordinate representation of color #FAC642: hue angle of 43.04º 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 #FAC642 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 66 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.02 |
| HSL | 43.04º | 0.95% | 0.62% | - |
| HSV(B) | 43.04º | 0.74% | 0.98% | - |
| XYZ | 60.6 | 61.11 | 13.75 | - |
| YUV | 198.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 66 | 0 | 0.21 | 0.74 | 0.02 | 43.04 | 0.95 | 0.62 |
| Hex | FA | C6 | 42 | 0 | 15 | 4A | 2 | 2B | 5F | 3E |
| Octal | 372 | 306 | 102 | 0 | 25 | 112 | 2 | 53 | 137 | 76 |
| Binary | 11111010 | 11000110 | 1000010 | 0 | 10101 | 1001010 | 10 | 101011 | 1011111 | 111110 |
Color Harmonies of #FAC642
Complementary color
Monochromatic Colors of #FAC642
Black with #FAC642
Text Example
Text Example
White with #FAC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC642; }
p { color: rgb(250,198,66); }
H1.HeaderClassName
{
color: #FAC642;
}
.AnyTagClassName
{
color: #FAC642;
}
</style>
background-color css
<style>
a { background-color: #FAC642; }
a { background-color: rgb(250,198,66); }
div.DivClassName
{
background-color: #FAC642;
}
.BgClassName
{
background-color: #FAC642;
}
</style>
border-color css
<style>
span { border-color: #FAC642; }
span { border-color: rgb(250,198,66); }
td.TdClassName
{
border-color: #FAC642;
}
.TagClassName
{
border-color: #FAC642;
}
</style>