Shades of Yellow Sea #F1993C
Tints of Yellow Sea #F1993C
RGB
CMYK
RGB Variations
Color information
#F1993C (or 0xF1993C) is known color: Yellow Sea. HEX triplet: F1, 99 and 3C. RGB value is (241,153,60). Sum of RGB (Red+Green+Blue) = 241+153+60=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1993C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1993C is #0E66C3. Grayscale: #A9A9A9. Windows color (decimal): -943812 or 3971569. OLE color: 3971569.
HSL color Cylindrical-coordinate representation of color #F1993C: hue angle of 30.83º degrees, saturation: 0.87, 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 #F1993C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 60 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.05 |
| HSL | 30.83º | 0.87% | 0.59% | - |
| HSV(B) | 30.83º | 0.75% | 0.95% | - |
| XYZ | 48.48 | 41.81 | 9.79 | - |
| YUV | 168.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 60 | 0 | 0.37 | 0.75 | 0.05 | 30.83 | 0.87 | 0.59 |
| Hex | F1 | 99 | 3C | 0 | 25 | 4B | 5 | 1F | 57 | 3B |
| Octal | 361 | 231 | 74 | 0 | 45 | 113 | 5 | 37 | 127 | 73 |
| Binary | 11110001 | 10011001 | 111100 | 0 | 100101 | 1001011 | 101 | 11111 | 1010111 | 111011 |
Color Harmonies of #F1993C
Complementary color
Monochromatic Colors of #F1993C
Black with #F1993C
Text Example
Text Example
White with #F1993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1993C; }
p { color: rgb(241,153,60); }
H1.HeaderClassName
{
color: #F1993C;
}
.AnyTagClassName
{
color: #F1993C;
}
</style>
background-color css
<style>
a { background-color: #F1993C; }
a { background-color: rgb(241,153,60); }
div.DivClassName
{
background-color: #F1993C;
}
.BgClassName
{
background-color: #F1993C;
}
</style>
border-color css
<style>
span { border-color: #F1993C; }
span { border-color: rgb(241,153,60); }
td.TdClassName
{
border-color: #F1993C;
}
.TagClassName
{
border-color: #F1993C;
}
</style>