Shades of Yellow Sea #F29A3D
Tints of Yellow Sea #F29A3D
RGB
CMYK
RGB Variations
Color information
#F29A3D (or 0xF29A3D) is known color: Yellow Sea. HEX triplet: F2, 9A and 3D. RGB value is (242,154,61). Sum of RGB (Red+Green+Blue) = 242+154+61=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A3D is #0D65C2. Grayscale: #AAAAAA. Windows color (decimal): -878019 or 4037362. OLE color: 4037362.
HSL color Cylindrical-coordinate representation of color #F29A3D: 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 #F29A3D is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 61 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.05 |
| HSL | 30.83º | 0.87% | 0.59% | - |
| HSV(B) | 30.83º | 0.75% | 0.95% | - |
| XYZ | 49.02 | 42.33 | 10 | - |
| YUV | 169.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 61 | 0 | 0.36 | 0.75 | 0.05 | 30.83 | 0.87 | 0.59 |
| Hex | F2 | 9A | 3D | 0 | 24 | 4B | 5 | 1F | 57 | 3B |
| Octal | 362 | 232 | 75 | 0 | 44 | 113 | 5 | 37 | 127 | 73 |
| Binary | 11110010 | 10011010 | 111101 | 0 | 100100 | 1001011 | 101 | 11111 | 1010111 | 111011 |
Color Harmonies of #F29A3D
Complementary color
Monochromatic Colors of #F29A3D
Black with #F29A3D
Text Example
Text Example
White with #F29A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A3D; }
p { color: rgb(242,154,61); }
H1.HeaderClassName
{
color: #F29A3D;
}
.AnyTagClassName
{
color: #F29A3D;
}
</style>
background-color css
<style>
a { background-color: #F29A3D; }
a { background-color: rgb(242,154,61); }
div.DivClassName
{
background-color: #F29A3D;
}
.BgClassName
{
background-color: #F29A3D;
}
</style>
border-color css
<style>
span { border-color: #F29A3D; }
span { border-color: rgb(242,154,61); }
td.TdClassName
{
border-color: #F29A3D;
}
.TagClassName
{
border-color: #F29A3D;
}
</style>