Shades of Sunglow #FAC43D
Tints of Sunglow #FAC43D
RGB
CMYK
RGB Variations
Color information
#FAC43D (or 0xFAC43D) is known color: Sunglow. HEX triplet: FA, C4 and 3D. RGB value is (250,196,61). Sum of RGB (Red+Green+Blue) = 250+196+61=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC43D is #053BC2. Grayscale: #C5C5C5. Windows color (decimal): -342979 or 4048122. OLE color: 4048122.
HSL color Cylindrical-coordinate representation of color #FAC43D: hue angle of 42.86º 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 #FAC43D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 61 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.02 |
| HSL | 42.86º | 0.95% | 0.61% | - |
| HSV(B) | 42.86º | 0.76% | 0.98% | - |
| XYZ | 60.01 | 60.14 | 12.86 | - |
| YUV | 196.76 | 51.39 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 61 | 0 | 0.22 | 0.76 | 0.02 | 42.86 | 0.95 | 0.61 |
| Hex | FA | C4 | 3D | 0 | 16 | 4C | 2 | 2B | 5F | 3D |
| Octal | 372 | 304 | 75 | 0 | 26 | 114 | 2 | 53 | 137 | 75 |
| Binary | 11111010 | 11000100 | 111101 | 0 | 10110 | 1001100 | 10 | 101011 | 1011111 | 111101 |
Color Harmonies of #FAC43D
Complementary color
Monochromatic Colors of #FAC43D
Black with #FAC43D
Text Example
Text Example
White with #FAC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC43D; }
p { color: rgb(250,196,61); }
H1.HeaderClassName
{
color: #FAC43D;
}
.AnyTagClassName
{
color: #FAC43D;
}
</style>
background-color css
<style>
a { background-color: #FAC43D; }
a { background-color: rgb(250,196,61); }
div.DivClassName
{
background-color: #FAC43D;
}
.BgClassName
{
background-color: #FAC43D;
}
</style>
border-color css
<style>
span { border-color: #FAC43D; }
span { border-color: rgb(250,196,61); }
td.TdClassName
{
border-color: #FAC43D;
}
.TagClassName
{
border-color: #FAC43D;
}
</style>