Shades of Sunglow #FACA2F
Tints of Sunglow #FACA2F
RGB
CMYK
RGB Variations
Color information
#FACA2F (or 0xFACA2F) is known color: Sunglow. HEX triplet: FA, CA and 2F. RGB value is (250,202,47). Sum of RGB (Red+Green+Blue) = 250+202+47=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA2F is #0535D0. Grayscale: #C7C7C7. Windows color (decimal): -341457 or 3132154. OLE color: 3132154.
HSL color Cylindrical-coordinate representation of color #FACA2F: hue angle of 45.81º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FACA2F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 47 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.02 |
| HSL | 45.81º | 0.95% | 0.58% | - |
| HSV(B) | 45.81º | 0.81% | 0.98% | - |
| XYZ | 61.06 | 62.77 | 11.59 | - |
| YUV | 198.68 | 42.4 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 47 | 0 | 0.19 | 0.81 | 0.02 | 45.81 | 0.95 | 0.58 |
| Hex | FA | CA | 2F | 0 | 13 | 51 | 2 | 2E | 5F | 3A |
| Octal | 372 | 312 | 57 | 0 | 23 | 121 | 2 | 56 | 137 | 72 |
| Binary | 11111010 | 11001010 | 101111 | 0 | 10011 | 1010001 | 10 | 101110 | 1011111 | 111010 |
Color Harmonies of #FACA2F
Complementary color
Monochromatic Colors of #FACA2F
Black with #FACA2F
Text Example
Text Example
White with #FACA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA2F; }
p { color: rgb(250,202,47); }
H1.HeaderClassName
{
color: #FACA2F;
}
.AnyTagClassName
{
color: #FACA2F;
}
</style>
background-color css
<style>
a { background-color: #FACA2F; }
a { background-color: rgb(250,202,47); }
div.DivClassName
{
background-color: #FACA2F;
}
.BgClassName
{
background-color: #FACA2F;
}
</style>
border-color css
<style>
span { border-color: #FACA2F; }
span { border-color: rgb(250,202,47); }
td.TdClassName
{
border-color: #FACA2F;
}
.TagClassName
{
border-color: #FACA2F;
}
</style>