Shades of Sunglow #FACC31
Tints of Sunglow #FACC31
RGB
CMYK
RGB Variations
Color information
#FACC31 (or 0xFACC31) is known color: Sunglow. HEX triplet: FA, CC and 31. RGB value is (250,204,49). Sum of RGB (Red+Green+Blue) = 250+204+49=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC31 is #0533CE. Grayscale: #C8C8C8. Windows color (decimal): -340943 or 3263738. OLE color: 3263738.
HSL color Cylindrical-coordinate representation of color #FACC31: hue angle of 46.27º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FACC31 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 49 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.02 |
| HSL | 46.27º | 0.95% | 0.59% | - |
| HSV(B) | 46.27º | 0.8% | 0.98% | - |
| XYZ | 61.57 | 63.73 | 11.96 | - |
| YUV | 200.08 | 42.74 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 49 | 0 | 0.18 | 0.80 | 0.02 | 46.27 | 0.95 | 0.59 |
| Hex | FA | CC | 31 | 0 | 12 | 50 | 2 | 2E | 5F | 3B |
| Octal | 372 | 314 | 61 | 0 | 22 | 120 | 2 | 56 | 137 | 73 |
| Binary | 11111010 | 11001100 | 110001 | 0 | 10010 | 1010000 | 10 | 101110 | 1011111 | 111011 |
Color Harmonies of #FACC31
Complementary color
Monochromatic Colors of #FACC31
Black with #FACC31
Text Example
Text Example
White with #FACC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC31; }
p { color: rgb(250,204,49); }
H1.HeaderClassName
{
color: #FACC31;
}
.AnyTagClassName
{
color: #FACC31;
}
</style>
background-color css
<style>
a { background-color: #FACC31; }
a { background-color: rgb(250,204,49); }
div.DivClassName
{
background-color: #FACC31;
}
.BgClassName
{
background-color: #FACC31;
}
</style>
border-color css
<style>
span { border-color: #FACC31; }
span { border-color: rgb(250,204,49); }
td.TdClassName
{
border-color: #FACC31;
}
.TagClassName
{
border-color: #FACC31;
}
</style>