Html Css Color HEX #F99D86 Vivid Tangerine

📋 copy color: '#F99D86'

red 249 ◦ green 157 ◦ blue 134

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

Shades of Vivid Tangerine #F99D86

Tints of Vivid Tangerine #F99D86

RGB

 RED value IS 249 (97.66% from 255) = 46.11%

 GREEN value IS 157 (61.72% from 255) = 29.07%

 BLUE value IS 134 (52.73% from 255) = 24.81%

R = 46.11%
G = 29.07%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F99D86 (or 0xF99D86) is known color: Vivid Tangerine. HEX triplet: F9, 9D and 86. RGB value is (249,157,134). Sum of RGB (Red+Green+Blue) = 249+157+134=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D86 is #066279. Grayscale: #B6B6B6. Windows color (decimal): -418426 or 8822265. OLE color: 8822265.

HSL color Cylindrical-coordinate representation of color #F99D86: hue angle of 12º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F99D86 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 157 134 -
CMYK 0 0.37 0.46 0.02
HSL 12º 0.91% 0.75% -
HSV(B) 12º 0.46% 0.98% -
XYZ 55.43 45.97 28.51 -
YUV 181.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 249 157 134 0 0.37 0.46 0.02 12 0.91 0.75
Hex F9 9D 86 0 25 2E 2 C 5B 4B
Octal 371 235 206 0 45 56 2 14 133 113
Binary 11111001 10011101 10000110 0 100101 101110 10 1100 1011011 1001011

Color Harmonies of #F99D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99D86

Black with #F99D86

Text Example


Text Example

White with #F99D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99D86; }

 p { color: rgb(249,157,134); }

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

background-color css

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

 a { background-color: rgb(249,157,134); }

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

border-color css

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

 span { border-color: rgb(249,157,134); }

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