Html Css Color HEX #F89C85 Vivid Tangerine

📋 copy color: '#F89C85'

red 248 ◦ green 156 ◦ blue 133

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

Shades of Vivid Tangerine #F89C85

Tints of Vivid Tangerine #F89C85

RGB

 RED value IS 248 (97.27% from 255) = 46.18%

 GREEN value IS 156 (61.33% from 255) = 29.05%

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

R = 46.18%
G = 29.05%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F89C85 (or 0xF89C85) is known color: Vivid Tangerine. HEX triplet: F8, 9C and 85. RGB value is (248,156,133). Sum of RGB (Red+Green+Blue) = 248+156+133=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89C85 is #07637A. Grayscale: #B5B5B5. Windows color (decimal): -484219 or 8756472. OLE color: 8756472.

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

Color convert

RGB 248 156 133 -
CMYK 0 0.37 0.46 0.03
HSL 12º 0.89% 0.75% -
HSV(B) 12º 0.46% 0.97% -
XYZ 54.83 45.43 28.07 -
YUV 180.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 248 156 133 0 0.37 0.46 0.03 12 0.89 0.75
Hex F8 9C 85 0 25 2E 3 C 59 4B
Octal 370 234 205 0 45 56 3 14 131 113
Binary 11111000 10011100 10000101 0 100101 101110 11 1100 1011001 1001011

Color Harmonies of #F89C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89C85

Black with #F89C85

Text Example


Text Example

White with #F89C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89C85; }

 p { color: rgb(248,156,133); }

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

background-color css

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

 a { background-color: rgb(248,156,133); }

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

border-color css

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

 span { border-color: rgb(248,156,133); }

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