Shades of Yellow Sea #F29C3E
Tints of Yellow Sea #F29C3E
RGB
CMYK
RGB Variations
Color information
#F29C3E (or 0xF29C3E) is known color: Yellow Sea. HEX triplet: F2, 9C and 3E. RGB value is (242,156,62). Sum of RGB (Red+Green+Blue) = 242+156+62=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C3E is #0D63C1. Grayscale: #ABABAB. Windows color (decimal): -877506 or 4103410. OLE color: 4103410.
HSL color Cylindrical-coordinate representation of color #F29C3E: hue angle of 31.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F29C3E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 62 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.05 |
| HSL | 31.33º | 0.87% | 0.6% | - |
| HSV(B) | 31.33º | 0.74% | 0.95% | - |
| XYZ | 49.38 | 43 | 10.26 | - |
| YUV | 171 | 66.49 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 62 | 0 | 0.36 | 0.74 | 0.05 | 31.33 | 0.87 | 0.6 |
| Hex | F2 | 9C | 3E | 0 | 24 | 4A | 5 | 1F | 57 | 3C |
| Octal | 362 | 234 | 76 | 0 | 44 | 112 | 5 | 37 | 127 | 74 |
| Binary | 11110010 | 10011100 | 111110 | 0 | 100100 | 1001010 | 101 | 11111 | 1010111 | 111100 |
Color Harmonies of #F29C3E
Complementary color
Monochromatic Colors of #F29C3E
Black with #F29C3E
Text Example
Text Example
White with #F29C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C3E; }
p { color: rgb(242,156,62); }
H1.HeaderClassName
{
color: #F29C3E;
}
.AnyTagClassName
{
color: #F29C3E;
}
</style>
background-color css
<style>
a { background-color: #F29C3E; }
a { background-color: rgb(242,156,62); }
div.DivClassName
{
background-color: #F29C3E;
}
.BgClassName
{
background-color: #F29C3E;
}
</style>
border-color css
<style>
span { border-color: #F29C3E; }
span { border-color: rgb(242,156,62); }
td.TdClassName
{
border-color: #F29C3E;
}
.TagClassName
{
border-color: #F29C3E;
}
</style>