Shades of Yellow Sea #F99C3D
Tints of Yellow Sea #F99C3D
RGB
CMYK
RGB Variations
Color information
#F99C3D (or 0xF99C3D) is known color: Yellow Sea. HEX triplet: F9, 9C and 3D. RGB value is (249,156,61). Sum of RGB (Red+Green+Blue) = 249+156+61=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99C3D is #0663C2. Grayscale: #ADADAD. Windows color (decimal): -418755 or 4037881. OLE color: 4037881.
HSL color Cylindrical-coordinate representation of color #F99C3D: hue angle of 30.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F99C3D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 61 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.02 |
| HSL | 30.32º | 0.94% | 0.61% | - |
| HSV(B) | 30.32º | 0.76% | 0.98% | - |
| XYZ | 51.8 | 44.25 | 10.23 | - |
| YUV | 172.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 61 | 0 | 0.37 | 0.76 | 0.02 | 30.32 | 0.94 | 0.61 |
| Hex | F9 | 9C | 3D | 0 | 25 | 4C | 2 | 1E | 5E | 3D |
| Octal | 371 | 234 | 75 | 0 | 45 | 114 | 2 | 36 | 136 | 75 |
| Binary | 11111001 | 10011100 | 111101 | 0 | 100101 | 1001100 | 10 | 11110 | 1011110 | 111101 |
Color Harmonies of #F99C3D
Complementary color
Monochromatic Colors of #F99C3D
Black with #F99C3D
Text Example
Text Example
White with #F99C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C3D; }
p { color: rgb(249,156,61); }
H1.HeaderClassName
{
color: #F99C3D;
}
.AnyTagClassName
{
color: #F99C3D;
}
</style>
background-color css
<style>
a { background-color: #F99C3D; }
a { background-color: rgb(249,156,61); }
div.DivClassName
{
background-color: #F99C3D;
}
.BgClassName
{
background-color: #F99C3D;
}
</style>
border-color css
<style>
span { border-color: #F99C3D; }
span { border-color: rgb(249,156,61); }
td.TdClassName
{
border-color: #F99C3D;
}
.TagClassName
{
border-color: #F99C3D;
}
</style>