Shades of Sunglow #FAD33C
Tints of Sunglow #FAD33C
RGB
CMYK
RGB Variations
Color information
#FAD33C (or 0xFAD33C) is known color: Sunglow. HEX triplet: FA, D3 and 3C. RGB value is (250,211,60). Sum of RGB (Red+Green+Blue) = 250+211+60=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD33C is #052CC3. Grayscale: #CECECE. Windows color (decimal): -339140 or 3986426. OLE color: 3986426.
HSL color Cylindrical-coordinate representation of color #FAD33C: hue angle of 47.68º 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 #FAD33C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 60 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.02 |
| HSL | 47.68º | 0.95% | 0.61% | - |
| HSV(B) | 47.68º | 0.76% | 0.98% | - |
| XYZ | 63.53 | 67.24 | 13.9 | - |
| YUV | 205.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 60 | 0 | 0.16 | 0.76 | 0.02 | 47.68 | 0.95 | 0.61 |
| Hex | FA | D3 | 3C | 0 | 10 | 4C | 2 | 30 | 5F | 3D |
| Octal | 372 | 323 | 74 | 0 | 20 | 114 | 2 | 60 | 137 | 75 |
| Binary | 11111010 | 11010011 | 111100 | 0 | 10000 | 1001100 | 10 | 110000 | 1011111 | 111101 |
Color Harmonies of #FAD33C
Complementary color
Monochromatic Colors of #FAD33C
Black with #FAD33C
Text Example
Text Example
White with #FAD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD33C; }
p { color: rgb(250,211,60); }
H1.HeaderClassName
{
color: #FAD33C;
}
.AnyTagClassName
{
color: #FAD33C;
}
</style>
background-color css
<style>
a { background-color: #FAD33C; }
a { background-color: rgb(250,211,60); }
div.DivClassName
{
background-color: #FAD33C;
}
.BgClassName
{
background-color: #FAD33C;
}
</style>
border-color css
<style>
span { border-color: #FAD33C; }
span { border-color: rgb(250,211,60); }
td.TdClassName
{
border-color: #FAD33C;
}
.TagClassName
{
border-color: #FAD33C;
}
</style>