Html Css Color HEX #F99D85 Vivid Tangerine

📋 copy color: '#F99D85'

red 249 ◦ green 157 ◦ blue 133

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

Shades of Vivid Tangerine #F99D85

Tints of Vivid Tangerine #F99D85

RGB

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

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

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

R = 46.2%
G = 29.13%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F99D85 (or 0xF99D85) is known color: Vivid Tangerine. HEX triplet: F9, 9D and 85. RGB value is (249,157,133). Sum of RGB (Red+Green+Blue) = 249+157+133=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D85 is #06627A. Grayscale: #B5B5B5. Windows color (decimal): -418427 or 8756729. OLE color: 8756729.

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

Color convert

RGB 249 157 133 -
CMYK 0 0.37 0.47 0.02
HSL 12.41º 0.91% 0.75% -
HSV(B) 12.41º 0.47% 0.98% -
XYZ 55.36 45.95 28.14 -
YUV 181.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 249 157 133 0 0.37 0.47 0.02 12.41 0.91 0.75
Hex F9 9D 85 0 25 2F 2 C 5B 4B
Octal 371 235 205 0 45 57 2 14 133 113
Binary 11111001 10011101 10000101 0 100101 101111 10 1100 1011011 1001011

Color Harmonies of #F99D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99D85

Black with #F99D85

Text Example


Text Example

White with #F99D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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