Shades of Yellow Sea #F39D2D
Tints of Yellow Sea #F39D2D
RGB
CMYK
RGB Variations
Color information
#F39D2D (or 0xF39D2D) is known color: Yellow Sea. HEX triplet: F3, 9D and 2D. RGB value is (243,157,45). Sum of RGB (Red+Green+Blue) = 243+157+45=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F39D2D is #0C62D2. Grayscale: #AAAAAA. Windows color (decimal): -811731 or 2989555. OLE color: 2989555.
HSL color Cylindrical-coordinate representation of color #F39D2D: hue angle of 33.94º 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 #F39D2D is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 157 | 45 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.05 |
| HSL | 33.94º | 0.89% | 0.56% | - |
| HSV(B) | 33.94º | 0.81% | 0.95% | - |
| XYZ | 49.49 | 43.36 | 8.24 | - |
| YUV | 169.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 157 | 45 | 0 | 0.35 | 0.81 | 0.05 | 33.94 | 0.89 | 0.56 |
| Hex | F3 | 9D | 2D | 0 | 23 | 51 | 5 | 22 | 59 | 38 |
| Octal | 363 | 235 | 55 | 0 | 43 | 121 | 5 | 42 | 131 | 70 |
| Binary | 11110011 | 10011101 | 101101 | 0 | 100011 | 1010001 | 101 | 100010 | 1011001 | 111000 |
Color Harmonies of #F39D2D
Complementary color
Monochromatic Colors of #F39D2D
Black with #F39D2D
Text Example
Text Example
White with #F39D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39D2D; }
p { color: rgb(243,157,45); }
H1.HeaderClassName
{
color: #F39D2D;
}
.AnyTagClassName
{
color: #F39D2D;
}
</style>
background-color css
<style>
a { background-color: #F39D2D; }
a { background-color: rgb(243,157,45); }
div.DivClassName
{
background-color: #F39D2D;
}
.BgClassName
{
background-color: #F39D2D;
}
</style>
border-color css
<style>
span { border-color: #F39D2D; }
span { border-color: rgb(243,157,45); }
td.TdClassName
{
border-color: #F39D2D;
}
.TagClassName
{
border-color: #F39D2D;
}
</style>