Shades of Sunglow #FAC83B
Tints of Sunglow #FAC83B
RGB
CMYK
RGB Variations
Color information
#FAC83B (or 0xFAC83B) is known color: Sunglow. HEX triplet: FA, C8 and 3B. RGB value is (250,200,59). Sum of RGB (Red+Green+Blue) = 250+200+59=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 59 (23.44% from 255 or 11.59% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC83B is #0537C4. Grayscale: #C7C7C7. Windows color (decimal): -341957 or 3918074. OLE color: 3918074.
HSL color Cylindrical-coordinate representation of color #FAC83B: hue angle of 44.29º 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 #FAC83B is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 59 | - |
| CMYK | 0 | 0.2 | 0.76 | 0.02 |
| HSL | 44.29º | 0.95% | 0.61% | - |
| HSV(B) | 44.29º | 0.76% | 0.98% | - |
| XYZ | 60.87 | 61.95 | 12.89 | - |
| YUV | 198.88 | 49.07 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 59 | 0 | 0.2 | 0.76 | 0.02 | 44.29 | 0.95 | 0.61 |
| Hex | FA | C8 | 3B | 0 | 14 | 4C | 2 | 2C | 5F | 3D |
| Octal | 372 | 310 | 73 | 0 | 24 | 114 | 2 | 54 | 137 | 75 |
| Binary | 11111010 | 11001000 | 111011 | 0 | 10100 | 1001100 | 10 | 101100 | 1011111 | 111101 |
Color Harmonies of #FAC83B
Complementary color
Monochromatic Colors of #FAC83B
Black with #FAC83B
Text Example
Text Example
White with #FAC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC83B; }
p { color: rgb(250,200,59); }
H1.HeaderClassName
{
color: #FAC83B;
}
.AnyTagClassName
{
color: #FAC83B;
}
</style>
background-color css
<style>
a { background-color: #FAC83B; }
a { background-color: rgb(250,200,59); }
div.DivClassName
{
background-color: #FAC83B;
}
.BgClassName
{
background-color: #FAC83B;
}
</style>
border-color css
<style>
span { border-color: #FAC83B; }
span { border-color: rgb(250,200,59); }
td.TdClassName
{
border-color: #FAC83B;
}
.TagClassName
{
border-color: #FAC83B;
}
</style>