Html Css Color HEX #F49882 Vivid Tangerine

📋 copy color: '#F49882'

red 244 ◦ green 152 ◦ blue 130

#F49882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Tangerine #F49882

Tints of Vivid Tangerine #F49882

RGB

 RED value IS 244 (95.7% from 255) = 46.39%

 GREEN value IS 152 (59.77% from 255) = 28.9%

 BLUE value IS 130 (51.17% from 255) = 24.71%

R = 46.39%
G = 28.9%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F49882 (or 0xF49882) is known color: Vivid Tangerine. HEX triplet: F4, 98 and 82. RGB value is (244,152,130). Sum of RGB (Red+Green+Blue) = 244+152+130=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F49882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49882 is #0B677D. Grayscale: #B1B1B1. Windows color (decimal): -747390 or 8558836. OLE color: 8558836.

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

Color convert

RGB 244 152 130 -
CMYK 0 0.38 0.47 0.04
HSL 11.58º 0.84% 0.73% -
HSV(B) 11.58º 0.47% 0.96% -
XYZ 52.57 43.3 26.71 -
YUV 177 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 244 152 130 0 0.38 0.47 0.04 11.58 0.84 0.73
Hex F4 98 82 0 26 2F 4 C 54 49
Octal 364 230 202 0 46 57 4 14 124 111
Binary 11110100 10011000 10000010 0 100110 101111 100 1100 1010100 1001001

Color Harmonies of #F49882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49882

Black with #F49882

Text Example


Text Example

White with #F49882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49882; }

 p { color: rgb(244,152,130); }

 H1.HeaderClassName
 {
   color: #F49882;
 }
 .AnyTagClassName
 {
   color: #F49882;
 }
</style>

background-color css

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

 a { background-color: rgb(244,152,130); }

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

border-color css

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

 span { border-color: rgb(244,152,130); }

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