Shades of Sunglow #FAC63D
Tints of Sunglow #FAC63D
RGB
CMYK
RGB Variations
Color information
#FAC63D (or 0xFAC63D) is known color: Sunglow. HEX triplet: FA, C6 and 3D. RGB value is (250,198,61). Sum of RGB (Red+Green+Blue) = 250+198+61=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC63D is #0539C2. Grayscale: #C6C6C6. Windows color (decimal): -342467 or 4048634. OLE color: 4048634.
HSL color Cylindrical-coordinate representation of color #FAC63D: hue angle of 43.49º 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 #FAC63D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 61 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.02 |
| HSL | 43.49º | 0.95% | 0.61% | - |
| HSV(B) | 43.49º | 0.76% | 0.98% | - |
| XYZ | 60.46 | 61.05 | 13.01 | - |
| YUV | 197.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 61 | 0 | 0.21 | 0.76 | 0.02 | 43.49 | 0.95 | 0.61 |
| Hex | FA | C6 | 3D | 0 | 15 | 4C | 2 | 2B | 5F | 3D |
| Octal | 372 | 306 | 75 | 0 | 25 | 114 | 2 | 53 | 137 | 75 |
| Binary | 11111010 | 11000110 | 111101 | 0 | 10101 | 1001100 | 10 | 101011 | 1011111 | 111101 |
Color Harmonies of #FAC63D
Complementary color
Monochromatic Colors of #FAC63D
Black with #FAC63D
Text Example
Text Example
White with #FAC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC63D; }
p { color: rgb(250,198,61); }
H1.HeaderClassName
{
color: #FAC63D;
}
.AnyTagClassName
{
color: #FAC63D;
}
</style>
background-color css
<style>
a { background-color: #FAC63D; }
a { background-color: rgb(250,198,61); }
div.DivClassName
{
background-color: #FAC63D;
}
.BgClassName
{
background-color: #FAC63D;
}
</style>
border-color css
<style>
span { border-color: #FAC63D; }
span { border-color: rgb(250,198,61); }
td.TdClassName
{
border-color: #FAC63D;
}
.TagClassName
{
border-color: #FAC63D;
}
</style>