Shades of Yellow Sea #F19C2C
Tints of Yellow Sea #F19C2C
RGB
CMYK
RGB Variations
Color information
#F19C2C (or 0xF19C2C) is known color: Yellow Sea. HEX triplet: F1, 9C and 2C. RGB value is (241,156,44). Sum of RGB (Red+Green+Blue) = 241+156+44=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C2C is #0E63D3. Grayscale: #A9A9A9. Windows color (decimal): -943060 or 2923761. OLE color: 2923761.
HSL color Cylindrical-coordinate representation of color #F19C2C: hue angle of 34.11º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F19C2C is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 44 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.05 |
| HSL | 34.11º | 0.88% | 0.56% | - |
| HSV(B) | 34.11º | 0.82% | 0.95% | - |
| XYZ | 48.62 | 42.66 | 8.05 | - |
| YUV | 168.65 | 57.66 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 44 | 0 | 0.35 | 0.82 | 0.05 | 34.11 | 0.88 | 0.56 |
| Hex | F1 | 9C | 2C | 0 | 23 | 52 | 5 | 22 | 58 | 38 |
| Octal | 361 | 234 | 54 | 0 | 43 | 122 | 5 | 42 | 130 | 70 |
| Binary | 11110001 | 10011100 | 101100 | 0 | 100011 | 1010010 | 101 | 100010 | 1011000 | 111000 |
Color Harmonies of #F19C2C
Complementary color
Monochromatic Colors of #F19C2C
Black with #F19C2C
Text Example
Text Example
White with #F19C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C2C; }
p { color: rgb(241,156,44); }
H1.HeaderClassName
{
color: #F19C2C;
}
.AnyTagClassName
{
color: #F19C2C;
}
</style>
background-color css
<style>
a { background-color: #F19C2C; }
a { background-color: rgb(241,156,44); }
div.DivClassName
{
background-color: #F19C2C;
}
.BgClassName
{
background-color: #F19C2C;
}
</style>
border-color css
<style>
span { border-color: #F19C2C; }
span { border-color: rgb(241,156,44); }
td.TdClassName
{
border-color: #F19C2C;
}
.TagClassName
{
border-color: #F19C2C;
}
</style>