Shades of Yellow Sea #FA9F3C
Tints of Yellow Sea #FA9F3C
RGB
CMYK
RGB Variations
Color information
#FA9F3C (or 0xFA9F3C) is known color: Yellow Sea. HEX triplet: FA, 9F and 3C. RGB value is (250,159,60). Sum of RGB (Red+Green+Blue) = 250+159+60=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F3C is #0560C3. Grayscale: #AFAFAF. Windows color (decimal): -352452 or 3973114. OLE color: 3973114.
HSL color Cylindrical-coordinate representation of color #FA9F3C: hue angle of 31.26º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA9F3C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 60 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.02 |
| HSL | 31.26º | 0.95% | 0.61% | - |
| HSV(B) | 31.26º | 0.76% | 0.98% | - |
| XYZ | 52.64 | 45.45 | 10.27 | - |
| YUV | 174.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 60 | 0 | 0.36 | 0.76 | 0.02 | 31.26 | 0.95 | 0.61 |
| Hex | FA | 9F | 3C | 0 | 24 | 4C | 2 | 1F | 5F | 3D |
| Octal | 372 | 237 | 74 | 0 | 44 | 114 | 2 | 37 | 137 | 75 |
| Binary | 11111010 | 10011111 | 111100 | 0 | 100100 | 1001100 | 10 | 11111 | 1011111 | 111101 |
Color Harmonies of #FA9F3C
Complementary color
Monochromatic Colors of #FA9F3C
Black with #FA9F3C
Text Example
Text Example
White with #FA9F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F3C; }
p { color: rgb(250,159,60); }
H1.HeaderClassName
{
color: #FA9F3C;
}
.AnyTagClassName
{
color: #FA9F3C;
}
</style>
background-color css
<style>
a { background-color: #FA9F3C; }
a { background-color: rgb(250,159,60); }
div.DivClassName
{
background-color: #FA9F3C;
}
.BgClassName
{
background-color: #FA9F3C;
}
</style>
border-color css
<style>
span { border-color: #FA9F3C; }
span { border-color: rgb(250,159,60); }
td.TdClassName
{
border-color: #FA9F3C;
}
.TagClassName
{
border-color: #FA9F3C;
}
</style>