Shades of Yellow Sea #F3952D
Tints of Yellow Sea #F3952D
RGB
CMYK
RGB Variations
Color information
#F3952D (or 0xF3952D) is known color: Yellow Sea. HEX triplet: F3, 95 and 2D. RGB value is (243,149,45). Sum of RGB (Red+Green+Blue) = 243+149+45=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F3952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3952D is #0C6AD2. Grayscale: #A5A5A5. Windows color (decimal): -813779 or 2987507. OLE color: 2987507.
HSL color Cylindrical-coordinate representation of color #F3952D: hue angle of 31.52º 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 #F3952D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 45 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.05 |
| HSL | 31.52º | 0.89% | 0.56% | - |
| HSV(B) | 31.52º | 0.81% | 0.95% | - |
| XYZ | 48.18 | 40.74 | 7.81 | - |
| YUV | 165.25 | 60.14 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 45 | 0 | 0.39 | 0.81 | 0.05 | 31.52 | 0.89 | 0.56 |
| Hex | F3 | 95 | 2D | 0 | 27 | 51 | 5 | 20 | 59 | 38 |
| Octal | 363 | 225 | 55 | 0 | 47 | 121 | 5 | 40 | 131 | 70 |
| Binary | 11110011 | 10010101 | 101101 | 0 | 100111 | 1010001 | 101 | 100000 | 1011001 | 111000 |
Color Harmonies of #F3952D
Complementary color
Monochromatic Colors of #F3952D
Black with #F3952D
Text Example
Text Example
White with #F3952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3952D; }
p { color: rgb(243,149,45); }
H1.HeaderClassName
{
color: #F3952D;
}
.AnyTagClassName
{
color: #F3952D;
}
</style>
background-color css
<style>
a { background-color: #F3952D; }
a { background-color: rgb(243,149,45); }
div.DivClassName
{
background-color: #F3952D;
}
.BgClassName
{
background-color: #F3952D;
}
</style>
border-color css
<style>
span { border-color: #F3952D; }
span { border-color: rgb(243,149,45); }
td.TdClassName
{
border-color: #F3952D;
}
.TagClassName
{
border-color: #F3952D;
}
</style>