#f49d3f

Color #F49D3F Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #F49D3F

Tints of Yellow Sea #F49D3F

Color information

#F49D3F (or 0xF49D3F) is unknown color: approx Yellow Sea. HEX triplet: F4, 9D and 3F. RGB value is (244,157,63). Sum of RGB (Red+Green+Blue) = 244+157+63=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49D3F is #0B62C0. Grayscale: #ACACAC. Windows color (decimal): -746177 or 4169204. OLE color: 4169204.

HSL color Cylindrical-coordinate representation of color #F49D3F: hue angle of 31.16º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F49D3F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24415763-
CMYK00.360.740.04
HSL31.16º89.16%60.2%-
HSV(B)31.16º74.18%95.69%-
XYZ50.2643.7110.49-
YUV172.366.32179.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 52.59%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 63 (25% from 255) = 13.58%
R=52.59%
G=33.84%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441576300.360.740.0431.1689.1660.2
HexF49D3F0244A41f593c
Octal3642357704411243713174
Binary111101001001110111111101001001001010100111111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f49d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f49d3f; }

 p { color: rgb(244,157,63); }

 H1.HeaderClassName
 {
   color: #f49d3f;
 }
 .AnyTagClassName
 {
   color: #f49d3f;
 }
</style>
background-color css

<style>
 a { background-color: #f49d3f; }

 a { background-color: rgb(244,157,63); }

 div.DivClassName
 {
   background-color: #f49d3f;
 }
 .BgClassName
 {
   background-color: #f49d3f;
 }
</style>
border-color css

<style>
 span { border-color: #f49d3f; }

 span { border-color: rgb(244,157,63); }

 td.TdClassName
 {
   border-color: #f49d3f;
 }
 .TagClassName
 {
   border-color: #f49d3f;
 }
</style>