Shades of Sunglow #FAD63C
Tints of Sunglow #FAD63C
RGB
CMYK
RGB Variations
Color information
#FAD63C (or 0xFAD63C) is known color: Sunglow. HEX triplet: FA, D6 and 3C. RGB value is (250,214,60). Sum of RGB (Red+Green+Blue) = 250+214+60=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD63C is #0529C3. Grayscale: #CFCFCF. Windows color (decimal): -338372 or 3987194. OLE color: 3987194.
HSL color Cylindrical-coordinate representation of color #FAD63C: hue angle of 48.63º 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 #FAD63C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 60 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.02 |
| HSL | 48.63º | 0.95% | 0.61% | - |
| HSV(B) | 48.63º | 0.76% | 0.98% | - |
| XYZ | 64.29 | 68.74 | 14.16 | - |
| YUV | 207.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 60 | 0 | 0.14 | 0.76 | 0.02 | 48.63 | 0.95 | 0.61 |
| Hex | FA | D6 | 3C | 0 | E | 4C | 2 | 31 | 5F | 3D |
| Octal | 372 | 326 | 74 | 0 | 16 | 114 | 2 | 61 | 137 | 75 |
| Binary | 11111010 | 11010110 | 111100 | 0 | 1110 | 1001100 | 10 | 110001 | 1011111 | 111101 |
Color Harmonies of #FAD63C
Complementary color
Monochromatic Colors of #FAD63C
Black with #FAD63C
Text Example
Text Example
White with #FAD63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD63C; }
p { color: rgb(250,214,60); }
H1.HeaderClassName
{
color: #FAD63C;
}
.AnyTagClassName
{
color: #FAD63C;
}
</style>
background-color css
<style>
a { background-color: #FAD63C; }
a { background-color: rgb(250,214,60); }
div.DivClassName
{
background-color: #FAD63C;
}
.BgClassName
{
background-color: #FAD63C;
}
</style>
border-color css
<style>
span { border-color: #FAD63C; }
span { border-color: rgb(250,214,60); }
td.TdClassName
{
border-color: #FAD63C;
}
.TagClassName
{
border-color: #FAD63C;
}
</style>