#F49F35

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

Shades of Yellow Sea #F49F35

Tints of Yellow Sea #F49F35

Color information

#F49F35 (or 0xF49F35) is unknown color: approx Yellow Sea. HEX triplet: F4, 9F and 35. RGB value is (244,159,53). Sum of RGB (Red+Green+Blue) = 244+159+53=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49F35 is #0B60CA. Grayscale: #ACACAC. Windows color (decimal): -745675 or 3514356. OLE color: 3514356.

HSL color Cylindrical-coordinate representation of color #F49F35: hue angle of 33.3º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F49F35 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24415953-
CMYK00.350.780.04
HSL33.3º89.67%58.24%-
HSV(B)33.3º78.28%95.69%-
XYZ50.3544.299.26-
YUV172.3360.66179.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.51%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 53 (21.09% from 255) = 11.62%
R=53.51%
G=34.87%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441595300.350.780.0433.389.6758.24
HexF49F350234E4215a3a
Octal3642376504311644113272
Binary1111010010011111110101010001110011101001000011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49F35; }

 p { color: rgb(244,159,53); }

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

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

 a { background-color: rgb(244,159,53); }

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

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

 span { border-color: rgb(244,159,53); }

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