Shades of Sunglow #FACB2D
Tints of Sunglow #FACB2D
RGB
CMYK
RGB Variations
Color information
#FACB2D (or 0xFACB2D) is known color: Sunglow. HEX triplet: FA, CB and 2D. RGB value is (250,203,45). Sum of RGB (Red+Green+Blue) = 250+203+45=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB2D is #0534D2. Grayscale: #C7C7C7. Windows color (decimal): -341203 or 3001338. OLE color: 3001338.
HSL color Cylindrical-coordinate representation of color #FACB2D: hue angle of 46.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FACB2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 45 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.02 |
| HSL | 46.24º | 0.95% | 0.58% | - |
| HSV(B) | 46.24º | 0.82% | 0.98% | - |
| XYZ | 61.25 | 63.23 | 11.46 | - |
| YUV | 199.04 | 41.07 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 45 | 0 | 0.19 | 0.82 | 0.02 | 46.24 | 0.95 | 0.58 |
| Hex | FA | CB | 2D | 0 | 13 | 52 | 2 | 2E | 5F | 3A |
| Octal | 372 | 313 | 55 | 0 | 23 | 122 | 2 | 56 | 137 | 72 |
| Binary | 11111010 | 11001011 | 101101 | 0 | 10011 | 1010010 | 10 | 101110 | 1011111 | 111010 |
Color Harmonies of #FACB2D
Complementary color
Monochromatic Colors of #FACB2D
Black with #FACB2D
Text Example
Text Example
White with #FACB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB2D; }
p { color: rgb(250,203,45); }
H1.HeaderClassName
{
color: #FACB2D;
}
.AnyTagClassName
{
color: #FACB2D;
}
</style>
background-color css
<style>
a { background-color: #FACB2D; }
a { background-color: rgb(250,203,45); }
div.DivClassName
{
background-color: #FACB2D;
}
.BgClassName
{
background-color: #FACB2D;
}
</style>
border-color css
<style>
span { border-color: #FACB2D; }
span { border-color: rgb(250,203,45); }
td.TdClassName
{
border-color: #FACB2D;
}
.TagClassName
{
border-color: #FACB2D;
}
</style>