Shades of Sunglow #FAD341
Tints of Sunglow #FAD341
RGB
CMYK
RGB Variations
Color information
#FAD341 (or 0xFAD341) is known color: Sunglow. HEX triplet: FA, D3 and 41. RGB value is (250,211,65). Sum of RGB (Red+Green+Blue) = 250+211+65=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD341 is #052CBE. Grayscale: #CECECE. Windows color (decimal): -339135 or 4314106. OLE color: 4314106.
HSL color Cylindrical-coordinate representation of color #FAD341: hue angle of 47.35º 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 #FAD341 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 65 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.02 |
| HSL | 47.35º | 0.95% | 0.62% | - |
| HSV(B) | 47.35º | 0.74% | 0.98% | - |
| XYZ | 63.67 | 67.29 | 14.63 | - |
| YUV | 206.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 65 | 0 | 0.16 | 0.74 | 0.02 | 47.35 | 0.95 | 0.62 |
| Hex | FA | D3 | 41 | 0 | 10 | 4A | 2 | 2F | 5F | 3E |
| Octal | 372 | 323 | 101 | 0 | 20 | 112 | 2 | 57 | 137 | 76 |
| Binary | 11111010 | 11010011 | 1000001 | 0 | 10000 | 1001010 | 10 | 101111 | 1011111 | 111110 |
Color Harmonies of #FAD341
Complementary color
Monochromatic Colors of #FAD341
Black with #FAD341
Text Example
Text Example
White with #FAD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD341; }
p { color: rgb(250,211,65); }
H1.HeaderClassName
{
color: #FAD341;
}
.AnyTagClassName
{
color: #FAD341;
}
</style>
background-color css
<style>
a { background-color: #FAD341; }
a { background-color: rgb(250,211,65); }
div.DivClassName
{
background-color: #FAD341;
}
.BgClassName
{
background-color: #FAD341;
}
</style>
border-color css
<style>
span { border-color: #FAD341; }
span { border-color: rgb(250,211,65); }
td.TdClassName
{
border-color: #FAD341;
}
.TagClassName
{
border-color: #FAD341;
}
</style>