Shades of Sunglow #FACF30
Tints of Sunglow #FACF30
RGB
CMYK
RGB Variations
Color information
#FACF30 (or 0xFACF30) is known color: Sunglow. HEX triplet: FA, CF and 30. RGB value is (250,207,48). Sum of RGB (Red+Green+Blue) = 250+207+48=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF30 is #0530CF. Grayscale: #CACACA. Windows color (decimal): -340176 or 3198970. OLE color: 3198970.
HSL color Cylindrical-coordinate representation of color #FACF30: hue angle of 47.23º 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 #FACF30 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 48 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.02 |
| HSL | 47.23º | 0.95% | 0.58% | - |
| HSV(B) | 47.23º | 0.81% | 0.98% | - |
| XYZ | 62.27 | 65.16 | 12.09 | - |
| YUV | 201.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 48 | 0 | 0.17 | 0.81 | 0.02 | 47.23 | 0.95 | 0.58 |
| Hex | FA | CF | 30 | 0 | 11 | 51 | 2 | 2F | 5F | 3A |
| Octal | 372 | 317 | 60 | 0 | 21 | 121 | 2 | 57 | 137 | 72 |
| Binary | 11111010 | 11001111 | 110000 | 0 | 10001 | 1010001 | 10 | 101111 | 1011111 | 111010 |
Color Harmonies of #FACF30
Complementary color
Monochromatic Colors of #FACF30
Black with #FACF30
Text Example
Text Example
White with #FACF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACF30; }
p { color: rgb(250,207,48); }
H1.HeaderClassName
{
color: #FACF30;
}
.AnyTagClassName
{
color: #FACF30;
}
</style>
background-color css
<style>
a { background-color: #FACF30; }
a { background-color: rgb(250,207,48); }
div.DivClassName
{
background-color: #FACF30;
}
.BgClassName
{
background-color: #FACF30;
}
</style>
border-color css
<style>
span { border-color: #FACF30; }
span { border-color: rgb(250,207,48); }
td.TdClassName
{
border-color: #FACF30;
}
.TagClassName
{
border-color: #FACF30;
}
</style>