Shades of Sunglow #FAD242
Tints of Sunglow #FAD242
RGB
CMYK
RGB Variations
Color information
#FAD242 (or 0xFAD242) is known color: Sunglow. HEX triplet: FA, D2 and 42. RGB value is (250,210,66). Sum of RGB (Red+Green+Blue) = 250+210+66=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD242 is #052DBD. Grayscale: #CECECE. Windows color (decimal): -339390 or 4379386. OLE color: 4379386.
HSL color Cylindrical-coordinate representation of color #FAD242: hue angle of 46.96º 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 #FAD242 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 66 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.02 |
| HSL | 46.96º | 0.95% | 0.62% | - |
| HSV(B) | 46.96º | 0.74% | 0.98% | - |
| XYZ | 63.45 | 66.81 | 14.71 | - |
| YUV | 205.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 66 | 0 | 0.16 | 0.74 | 0.02 | 46.96 | 0.95 | 0.62 |
| Hex | FA | D2 | 42 | 0 | 10 | 4A | 2 | 2F | 5F | 3E |
| Octal | 372 | 322 | 102 | 0 | 20 | 112 | 2 | 57 | 137 | 76 |
| Binary | 11111010 | 11010010 | 1000010 | 0 | 10000 | 1001010 | 10 | 101111 | 1011111 | 111110 |
Color Harmonies of #FAD242
Complementary color
Monochromatic Colors of #FAD242
Black with #FAD242
Text Example
Text Example
White with #FAD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD242; }
p { color: rgb(250,210,66); }
H1.HeaderClassName
{
color: #FAD242;
}
.AnyTagClassName
{
color: #FAD242;
}
</style>
background-color css
<style>
a { background-color: #FAD242; }
a { background-color: rgb(250,210,66); }
div.DivClassName
{
background-color: #FAD242;
}
.BgClassName
{
background-color: #FAD242;
}
</style>
border-color css
<style>
span { border-color: #FAD242; }
span { border-color: rgb(250,210,66); }
td.TdClassName
{
border-color: #FAD242;
}
.TagClassName
{
border-color: #FAD242;
}
</style>