Html Css Color HEX #F49985 Vivid Tangerine

📋 copy color: '#F49985'

red 244 ◦ green 153 ◦ blue 133

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

Shades of Vivid Tangerine #F49985

Tints of Vivid Tangerine #F49985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 46.04%
G = 28.87%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F49985 (or 0xF49985) is known color: Vivid Tangerine. HEX triplet: F4, 99 and 85. RGB value is (244,153,133). Sum of RGB (Red+Green+Blue) = 244+153+133=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F49985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49985 is #0B667A. Grayscale: #B2B2B2. Windows color (decimal): -747131 or 8755700. OLE color: 8755700.

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

Color convert

RGB 244 153 133 -
CMYK 0 0.37 0.45 0.04
HSL 10.81º 0.83% 0.74% -
HSV(B) 10.81º 0.45% 0.96% -
XYZ 52.93 43.71 27.84 -
YUV 177.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 244 153 133 0 0.37 0.45 0.04 10.81 0.83 0.74
Hex F4 99 85 0 25 2D 4 B 53 4A
Octal 364 231 205 0 45 55 4 13 123 112
Binary 11110100 10011001 10000101 0 100101 101101 100 1011 1010011 1001010

Color Harmonies of #F49985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49985

Black with #F49985

Text Example


Text Example

White with #F49985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49985; }

 p { color: rgb(244,153,133); }

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

background-color css

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

 a { background-color: rgb(244,153,133); }

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

border-color css

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

 span { border-color: rgb(244,153,133); }

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