Shades of Yellow Sea #F29B2D
Tints of Yellow Sea #F29B2D
RGB
CMYK
RGB Variations
Color information
#F29B2D (or 0xF29B2D) is known color: Yellow Sea. HEX triplet: F2, 9B and 2D. RGB value is (242,155,45). Sum of RGB (Red+Green+Blue) = 242+155+45=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29B2D is #0D64D2. Grayscale: #A8A8A8. Windows color (decimal): -877779 or 2989042. OLE color: 2989042.
HSL color Cylindrical-coordinate representation of color #F29B2D: hue angle of 33.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F29B2D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 45 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.05 |
| HSL | 33.5º | 0.88% | 0.56% | - |
| HSV(B) | 33.5º | 0.81% | 0.95% | - |
| XYZ | 48.81 | 42.51 | 8.12 | - |
| YUV | 168.47 | 58.32 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 45 | 0 | 0.36 | 0.81 | 0.05 | 33.5 | 0.88 | 0.56 |
| Hex | F2 | 9B | 2D | 0 | 24 | 51 | 5 | 22 | 58 | 38 |
| Octal | 362 | 233 | 55 | 0 | 44 | 121 | 5 | 42 | 130 | 70 |
| Binary | 11110010 | 10011011 | 101101 | 0 | 100100 | 1010001 | 101 | 100010 | 1011000 | 111000 |
Color Harmonies of #F29B2D
Complementary color
Monochromatic Colors of #F29B2D
Black with #F29B2D
Text Example
Text Example
White with #F29B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29B2D; }
p { color: rgb(242,155,45); }
H1.HeaderClassName
{
color: #F29B2D;
}
.AnyTagClassName
{
color: #F29B2D;
}
</style>
background-color css
<style>
a { background-color: #F29B2D; }
a { background-color: rgb(242,155,45); }
div.DivClassName
{
background-color: #F29B2D;
}
.BgClassName
{
background-color: #F29B2D;
}
</style>
border-color css
<style>
span { border-color: #F29B2D; }
span { border-color: rgb(242,155,45); }
td.TdClassName
{
border-color: #F29B2D;
}
.TagClassName
{
border-color: #F29B2D;
}
</style>