Shades of Yellow Sea #F2983C
Tints of Yellow Sea #F2983C
RGB
CMYK
RGB Variations
Color information
#F2983C (or 0xF2983C) is known color: Yellow Sea. HEX triplet: F2, 98 and 3C. RGB value is (242,152,60). Sum of RGB (Red+Green+Blue) = 242+152+60=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2983C is #0D67C3. Grayscale: #A8A8A8. Windows color (decimal): -878532 or 3971314. OLE color: 3971314.
HSL color Cylindrical-coordinate representation of color #F2983C: hue angle of 30.33º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2983C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 60 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.05 |
| HSL | 30.33º | 0.88% | 0.59% | - |
| HSV(B) | 30.33º | 0.75% | 0.95% | - |
| XYZ | 48.66 | 41.66 | 9.75 | - |
| YUV | 168.42 | 66.82 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 60 | 0 | 0.37 | 0.75 | 0.05 | 30.33 | 0.88 | 0.59 |
| Hex | F2 | 98 | 3C | 0 | 25 | 4B | 5 | 1E | 58 | 3B |
| Octal | 362 | 230 | 74 | 0 | 45 | 113 | 5 | 36 | 130 | 73 |
| Binary | 11110010 | 10011000 | 111100 | 0 | 100101 | 1001011 | 101 | 11110 | 1011000 | 111011 |
Color Harmonies of #F2983C
Complementary color
Monochromatic Colors of #F2983C
Black with #F2983C
Text Example
Text Example
White with #F2983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2983C; }
p { color: rgb(242,152,60); }
H1.HeaderClassName
{
color: #F2983C;
}
.AnyTagClassName
{
color: #F2983C;
}
</style>
background-color css
<style>
a { background-color: #F2983C; }
a { background-color: rgb(242,152,60); }
div.DivClassName
{
background-color: #F2983C;
}
.BgClassName
{
background-color: #F2983C;
}
</style>
border-color css
<style>
span { border-color: #F2983C; }
span { border-color: rgb(242,152,60); }
td.TdClassName
{
border-color: #F2983C;
}
.TagClassName
{
border-color: #F2983C;
}
</style>