Shades of Sunglow #FAD53C
Tints of Sunglow #FAD53C
RGB
CMYK
RGB Variations
Color information
#FAD53C (or 0xFAD53C) is known color: Sunglow. HEX triplet: FA, D5 and 3C. RGB value is (250,213,60). Sum of RGB (Red+Green+Blue) = 250+213+60=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD53C is #052AC3. Grayscale: #CFCFCF. Windows color (decimal): -338628 or 3986938. OLE color: 3986938.
HSL color Cylindrical-coordinate representation of color #FAD53C: hue angle of 48.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAD53C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 60 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.02 |
| HSL | 48.32º | 0.95% | 0.61% | - |
| HSV(B) | 48.32º | 0.76% | 0.98% | - |
| XYZ | 64.03 | 68.24 | 14.07 | - |
| YUV | 206.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 60 | 0 | 0.15 | 0.76 | 0.02 | 48.32 | 0.95 | 0.61 |
| Hex | FA | D5 | 3C | 0 | F | 4C | 2 | 30 | 5F | 3D |
| Octal | 372 | 325 | 74 | 0 | 17 | 114 | 2 | 60 | 137 | 75 |
| Binary | 11111010 | 11010101 | 111100 | 0 | 1111 | 1001100 | 10 | 110000 | 1011111 | 111101 |
Color Harmonies of #FAD53C
Complementary color
Monochromatic Colors of #FAD53C
Black with #FAD53C
Text Example
Text Example
White with #FAD53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD53C; }
p { color: rgb(250,213,60); }
H1.HeaderClassName
{
color: #FAD53C;
}
.AnyTagClassName
{
color: #FAD53C;
}
</style>
background-color css
<style>
a { background-color: #FAD53C; }
a { background-color: rgb(250,213,60); }
div.DivClassName
{
background-color: #FAD53C;
}
.BgClassName
{
background-color: #FAD53C;
}
</style>
border-color css
<style>
span { border-color: #FAD53C; }
span { border-color: rgb(250,213,60); }
td.TdClassName
{
border-color: #FAD53C;
}
.TagClassName
{
border-color: #FAD53C;
}
</style>