Shades of Yellow Sea #F4952C
Tints of Yellow Sea #F4952C
RGB
CMYK
RGB Variations
Color information
#F4952C (or 0xF4952C) is known color: Yellow Sea. HEX triplet: F4, 95 and 2C. RGB value is (244,149,44). Sum of RGB (Red+Green+Blue) = 244+149+44=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F4952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4952C is #0B6AD3. Grayscale: #A5A5A5. Windows color (decimal): -748244 or 2921972. OLE color: 2921972.
HSL color Cylindrical-coordinate representation of color #F4952C: hue angle of 31.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4952C is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 44 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.04 |
| HSL | 31.5º | 0.9% | 0.56% | - |
| HSV(B) | 31.5º | 0.82% | 0.96% | - |
| XYZ | 48.51 | 40.91 | 7.72 | - |
| YUV | 165.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 44 | 0 | 0.39 | 0.82 | 0.04 | 31.5 | 0.9 | 0.56 |
| Hex | F4 | 95 | 2C | 0 | 27 | 52 | 4 | 1F | 5A | 38 |
| Octal | 364 | 225 | 54 | 0 | 47 | 122 | 4 | 37 | 132 | 70 |
| Binary | 11110100 | 10010101 | 101100 | 0 | 100111 | 1010010 | 100 | 11111 | 1011010 | 111000 |
Color Harmonies of #F4952C
Complementary color
Monochromatic Colors of #F4952C
Black with #F4952C
Text Example
Text Example
White with #F4952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4952C; }
p { color: rgb(244,149,44); }
H1.HeaderClassName
{
color: #F4952C;
}
.AnyTagClassName
{
color: #F4952C;
}
</style>
background-color css
<style>
a { background-color: #F4952C; }
a { background-color: rgb(244,149,44); }
div.DivClassName
{
background-color: #F4952C;
}
.BgClassName
{
background-color: #F4952C;
}
</style>
border-color css
<style>
span { border-color: #F4952C; }
span { border-color: rgb(244,149,44); }
td.TdClassName
{
border-color: #F4952C;
}
.TagClassName
{
border-color: #F4952C;
}
</style>