Shades of Sunglow #FAD340
Tints of Sunglow #FAD340
RGB
CMYK
RGB Variations
Color information
#FAD340 (or 0xFAD340) is known color: Sunglow. HEX triplet: FA, D3 and 40. RGB value is (250,211,64). Sum of RGB (Red+Green+Blue) = 250+211+64=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD340 is #052CBF. Grayscale: #CECECE. Windows color (decimal): -339136 or 4248570. OLE color: 4248570.
HSL color Cylindrical-coordinate representation of color #FAD340: hue angle of 47.42º 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 #FAD340 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 64 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.02 |
| HSL | 47.42º | 0.95% | 0.62% | - |
| HSV(B) | 47.42º | 0.74% | 0.98% | - |
| XYZ | 63.64 | 67.28 | 14.48 | - |
| YUV | 205.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 64 | 0 | 0.16 | 0.74 | 0.02 | 47.42 | 0.95 | 0.62 |
| Hex | FA | D3 | 40 | 0 | 10 | 4A | 2 | 2F | 5F | 3E |
| Octal | 372 | 323 | 100 | 0 | 20 | 112 | 2 | 57 | 137 | 76 |
| Binary | 11111010 | 11010011 | 1000000 | 0 | 10000 | 1001010 | 10 | 101111 | 1011111 | 111110 |
Color Harmonies of #FAD340
Complementary color
Monochromatic Colors of #FAD340
Black with #FAD340
Text Example
Text Example
White with #FAD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD340; }
p { color: rgb(250,211,64); }
H1.HeaderClassName
{
color: #FAD340;
}
.AnyTagClassName
{
color: #FAD340;
}
</style>
background-color css
<style>
a { background-color: #FAD340; }
a { background-color: rgb(250,211,64); }
div.DivClassName
{
background-color: #FAD340;
}
.BgClassName
{
background-color: #FAD340;
}
</style>
border-color css
<style>
span { border-color: #FAD340; }
span { border-color: rgb(250,211,64); }
td.TdClassName
{
border-color: #FAD340;
}
.TagClassName
{
border-color: #FAD340;
}
</style>