Shades of Sunglow #FACB2F
Tints of Sunglow #FACB2F
RGB
CMYK
RGB Variations
Color information
#FACB2F (or 0xFACB2F) is known color: Sunglow. HEX triplet: FA, CB and 2F. RGB value is (250,203,47). Sum of RGB (Red+Green+Blue) = 250+203+47=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB2F is #0534D0. Grayscale: #C7C7C7. Windows color (decimal): -341201 or 3132410. OLE color: 3132410.
HSL color Cylindrical-coordinate representation of color #FACB2F: hue angle of 46.11º 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 #FACB2F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 47 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.02 |
| HSL | 46.11º | 0.95% | 0.58% | - |
| HSV(B) | 46.11º | 0.81% | 0.98% | - |
| XYZ | 61.29 | 63.24 | 11.67 | - |
| YUV | 199.27 | 42.07 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 47 | 0 | 0.19 | 0.81 | 0.02 | 46.11 | 0.95 | 0.58 |
| Hex | FA | CB | 2F | 0 | 13 | 51 | 2 | 2E | 5F | 3A |
| Octal | 372 | 313 | 57 | 0 | 23 | 121 | 2 | 56 | 137 | 72 |
| Binary | 11111010 | 11001011 | 101111 | 0 | 10011 | 1010001 | 10 | 101110 | 1011111 | 111010 |
Color Harmonies of #FACB2F
Complementary color
Monochromatic Colors of #FACB2F
Black with #FACB2F
Text Example
Text Example
White with #FACB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB2F; }
p { color: rgb(250,203,47); }
H1.HeaderClassName
{
color: #FACB2F;
}
.AnyTagClassName
{
color: #FACB2F;
}
</style>
background-color css
<style>
a { background-color: #FACB2F; }
a { background-color: rgb(250,203,47); }
div.DivClassName
{
background-color: #FACB2F;
}
.BgClassName
{
background-color: #FACB2F;
}
</style>
border-color css
<style>
span { border-color: #FACB2F; }
span { border-color: rgb(250,203,47); }
td.TdClassName
{
border-color: #FACB2F;
}
.TagClassName
{
border-color: #FACB2F;
}
</style>