Shades of Sunglow #FAC83F
Tints of Sunglow #FAC83F
RGB
CMYK
RGB Variations
Color information
#FAC83F (or 0xFAC83F) is known color: Sunglow. HEX triplet: FA, C8 and 3F. RGB value is (250,200,63). Sum of RGB (Red+Green+Blue) = 250+200+63=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC83F is #0537C0. Grayscale: #C7C7C7. Windows color (decimal): -341953 or 4180218. OLE color: 4180218.
HSL color Cylindrical-coordinate representation of color #FAC83F: hue angle of 43.96º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAC83F is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 63 | - |
| CMYK | 0 | 0.2 | 0.75 | 0.02 |
| HSL | 43.96º | 0.95% | 0.61% | - |
| HSV(B) | 43.96º | 0.75% | 0.98% | - |
| XYZ | 60.98 | 61.99 | 13.45 | - |
| YUV | 199.33 | 51.07 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 63 | 0 | 0.2 | 0.75 | 0.02 | 43.96 | 0.95 | 0.61 |
| Hex | FA | C8 | 3F | 0 | 14 | 4B | 2 | 2C | 5F | 3D |
| Octal | 372 | 310 | 77 | 0 | 24 | 113 | 2 | 54 | 137 | 75 |
| Binary | 11111010 | 11001000 | 111111 | 0 | 10100 | 1001011 | 10 | 101100 | 1011111 | 111101 |
Color Harmonies of #FAC83F
Complementary color
Monochromatic Colors of #FAC83F
Black with #FAC83F
Text Example
Text Example
White with #FAC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC83F; }
p { color: rgb(250,200,63); }
H1.HeaderClassName
{
color: #FAC83F;
}
.AnyTagClassName
{
color: #FAC83F;
}
</style>
background-color css
<style>
a { background-color: #FAC83F; }
a { background-color: rgb(250,200,63); }
div.DivClassName
{
background-color: #FAC83F;
}
.BgClassName
{
background-color: #FAC83F;
}
</style>
border-color css
<style>
span { border-color: #FAC83F; }
span { border-color: rgb(250,200,63); }
td.TdClassName
{
border-color: #FAC83F;
}
.TagClassName
{
border-color: #FAC83F;
}
</style>