Html Css Color HEX #F49482 Vivid Tangerine

📋 copy color: '#F49482'

red 244 ◦ green 148 ◦ blue 130

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

Shades of Vivid Tangerine #F49482

Tints of Vivid Tangerine #F49482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.35%

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

R = 46.74%
G = 28.35%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F49482 (or 0xF49482) is known color: Vivid Tangerine. HEX triplet: F4, 94 and 82. RGB value is (244,148,130). Sum of RGB (Red+Green+Blue) = 244+148+130=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F49482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49482 is #0B6B7D. Grayscale: #AEAEAE. Windows color (decimal): -748414 or 8557812. OLE color: 8557812.

HSL color Cylindrical-coordinate representation of color #F49482: hue angle of 9.47º 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 #F49482 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 148 130 -
CMYK 0 0.39 0.47 0.04
HSL 9.47º 0.84% 0.73% -
HSV(B) 9.47º 0.47% 0.96% -
XYZ 51.93 42.02 26.49 -
YUV 174.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 244 148 130 0 0.39 0.47 0.04 9.47 0.84 0.73
Hex F4 94 82 0 27 2F 4 9 54 49
Octal 364 224 202 0 47 57 4 11 124 111
Binary 11110100 10010100 10000010 0 100111 101111 100 1001 1010100 1001001

Color Harmonies of #F49482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49482

Black with #F49482

Text Example


Text Example

White with #F49482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49482; }

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

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

background-color css

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

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

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

border-color css

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

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

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