#F49B7E

Color #F49B7E Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #F49B7E

Tints of Vivid Tangerine #F49B7E

Color information

#F49B7E (or 0xF49B7E) is unknown color: approx Vivid Tangerine. HEX triplet: F4, 9B and 7E. RGB value is (244,155,126). Sum of RGB (Red+Green+Blue) = 244+155+126=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49B7E is #0B6481. Grayscale: #B2B2B2. Windows color (decimal): -746626 or 8297460. OLE color: 8297460.

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

Color convert

RGB244155126-
CMYK00.360.480.04
HSL14.75º84.29%72.55%-
HSV(B)14.75º48.36%95.69%-
XYZ52.844.1825.48-
YUV178.398.49174.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 126 (49.61% from 255) = 24%
R=46.48%
G=29.52%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415512600.360.480.0414.7584.2972.55
HexF49B7E024304f5449
Octal36423317604460417124111
Binary111101001001101111111100100100110000100111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49B7E; }

 p { color: rgb(244,155,126); }

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

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

 a { background-color: rgb(244,155,126); }

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

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

 span { border-color: rgb(244,155,126); }

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