Html Css Color HEX #F89375 Vivid Tangerine

📋 copy color: '#F89375'

red 248 ◦ green 147 ◦ blue 117

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

Shades of Vivid Tangerine #F89375

Tints of Vivid Tangerine #F89375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

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

R = 48.44%
G = 28.71%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F89375 (or 0xF89375) is known color: Vivid Tangerine. HEX triplet: F8, 93 and 75. RGB value is (248,147,117). Sum of RGB (Red+Green+Blue) = 248+147+117=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F89375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89375 is #076C8A. Grayscale: #AEAEAE. Windows color (decimal): -486539 or 7705592. OLE color: 7705592.

HSL color Cylindrical-coordinate representation of color #F89375: hue angle of 13.74º 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 #F89375 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 147 117 -
CMYK 0 0.41 0.53 0.03
HSL 13.74º 0.9% 0.72% -
HSV(B) 13.74º 0.53% 0.97% -
XYZ 52.36 42.11 22.2 -
YUV 173.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 248 147 117 0 0.41 0.53 0.03 13.74 0.9 0.72
Hex F8 93 75 0 29 35 3 E 5A 48
Octal 370 223 165 0 51 65 3 16 132 110
Binary 11111000 10010011 1110101 0 101001 110101 11 1110 1011010 1001000

Color Harmonies of #F89375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89375

Black with #F89375

Text Example


Text Example

White with #F89375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89375; }

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

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

background-color css

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

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

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

border-color css

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

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

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