Shades of Yellow Sea #F3962D
Tints of Yellow Sea #F3962D
RGB
CMYK
RGB Variations
Color information
#F3962D (or 0xF3962D) is known color: Yellow Sea. HEX triplet: F3, 96 and 2D. RGB value is (243,150,45). Sum of RGB (Red+Green+Blue) = 243+150+45=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F3962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3962D is #0C69D2. Grayscale: #A6A6A6. Windows color (decimal): -813523 or 2987763. OLE color: 2987763.
HSL color Cylindrical-coordinate representation of color #F3962D: hue angle of 31.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3962D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.05 |
| HSL | 31.82º | 0.89% | 0.56% | - |
| HSV(B) | 31.82º | 0.81% | 0.95% | - |
| XYZ | 48.34 | 41.06 | 7.86 | - |
| YUV | 165.84 | 59.81 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 45 | 0 | 0.38 | 0.81 | 0.05 | 31.82 | 0.89 | 0.56 |
| Hex | F3 | 96 | 2D | 0 | 26 | 51 | 5 | 20 | 59 | 38 |
| Octal | 363 | 226 | 55 | 0 | 46 | 121 | 5 | 40 | 131 | 70 |
| Binary | 11110011 | 10010110 | 101101 | 0 | 100110 | 1010001 | 101 | 100000 | 1011001 | 111000 |
Color Harmonies of #F3962D
Complementary color
Monochromatic Colors of #F3962D
Black with #F3962D
Text Example
Text Example
White with #F3962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3962D; }
p { color: rgb(243,150,45); }
H1.HeaderClassName
{
color: #F3962D;
}
.AnyTagClassName
{
color: #F3962D;
}
</style>
background-color css
<style>
a { background-color: #F3962D; }
a { background-color: rgb(243,150,45); }
div.DivClassName
{
background-color: #F3962D;
}
.BgClassName
{
background-color: #F3962D;
}
</style>
border-color css
<style>
span { border-color: #F3962D; }
span { border-color: rgb(243,150,45); }
td.TdClassName
{
border-color: #F3962D;
}
.TagClassName
{
border-color: #F3962D;
}
</style>