Html Css Color HEX #F89075 Vivid Tangerine

📋 copy color: '#F89075'

red 248 ◦ green 144 ◦ blue 117

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

Shades of Vivid Tangerine #F89075

Tints of Vivid Tangerine #F89075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.29%

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 48.72%
G = 28.29%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F89075 (or 0xF89075) is known color: Vivid Tangerine. HEX triplet: F8, 90 and 75. RGB value is (248,144,117). Sum of RGB (Red+Green+Blue) = 248+144+117=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F89075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89075 is #076F8A. Grayscale: #ACACAC. Windows color (decimal): -487307 or 7704824. OLE color: 7704824.

HSL color Cylindrical-coordinate representation of color #F89075: hue angle of 12.37º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F89075 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 144 117 -
CMYK 0 0.42 0.53 0.03
HSL 12.37º 0.9% 0.72% -
HSV(B) 12.37º 0.53% 0.97% -
XYZ 51.9 41.19 22.04 -
YUV 172.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 248 144 117 0 0.42 0.53 0.03 12.37 0.9 0.72
Hex F8 90 75 0 2A 35 3 C 5A 48
Octal 370 220 165 0 52 65 3 14 132 110
Binary 11111000 10010000 1110101 0 101010 110101 11 1100 1011010 1001000

Color Harmonies of #F89075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89075

Black with #F89075

Text Example


Text Example

White with #F89075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89075; }

 p { color: rgb(248,144,117); }

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

background-color css

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

 a { background-color: rgb(248,144,117); }

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

border-color css

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

 span { border-color: rgb(248,144,117); }

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