Shades of Sunglow #FACA33
Tints of Sunglow #FACA33
RGB
CMYK
RGB Variations
Color information
#FACA33 (or 0xFACA33) is known color: Sunglow. HEX triplet: FA, CA and 33. RGB value is (250,202,51). Sum of RGB (Red+Green+Blue) = 250+202+51=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 51 (20.31% from 255 or 10.14% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA33 is #0535CC. Grayscale: #C7C7C7. Windows color (decimal): -341453 or 3394298. OLE color: 3394298.
HSL color Cylindrical-coordinate representation of color #FACA33: hue angle of 45.53º 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 #FACA33 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 51 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.02 |
| HSL | 45.53º | 0.95% | 0.59% | - |
| HSV(B) | 45.53º | 0.8% | 0.98% | - |
| XYZ | 61.14 | 62.8 | 12.03 | - |
| YUV | 199.14 | 44.4 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 51 | 0 | 0.19 | 0.80 | 0.02 | 45.53 | 0.95 | 0.59 |
| Hex | FA | CA | 33 | 0 | 13 | 50 | 2 | 2E | 5F | 3B |
| Octal | 372 | 312 | 63 | 0 | 23 | 120 | 2 | 56 | 137 | 73 |
| Binary | 11111010 | 11001010 | 110011 | 0 | 10011 | 1010000 | 10 | 101110 | 1011111 | 111011 |
Color Harmonies of #FACA33
Complementary color
Monochromatic Colors of #FACA33
Black with #FACA33
Text Example
Text Example
White with #FACA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA33; }
p { color: rgb(250,202,51); }
H1.HeaderClassName
{
color: #FACA33;
}
.AnyTagClassName
{
color: #FACA33;
}
</style>
background-color css
<style>
a { background-color: #FACA33; }
a { background-color: rgb(250,202,51); }
div.DivClassName
{
background-color: #FACA33;
}
.BgClassName
{
background-color: #FACA33;
}
</style>
border-color css
<style>
span { border-color: #FACA33; }
span { border-color: rgb(250,202,51); }
td.TdClassName
{
border-color: #FACA33;
}
.TagClassName
{
border-color: #FACA33;
}
</style>