Html Css Color HEX #F89474 Vivid Tangerine

📋 copy color: '#F89474'

red 248 ◦ green 148 ◦ blue 116

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

Shades of Vivid Tangerine #F89474

Tints of Vivid Tangerine #F89474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 48.44%
G = 28.91%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F89474 (or 0xF89474) is known color: Vivid Tangerine. HEX triplet: F8, 94 and 74. RGB value is (248,148,116). Sum of RGB (Red+Green+Blue) = 248+148+116=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F89474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89474 is #076B8B. Grayscale: #AEAEAE. Windows color (decimal): -486284 or 7640312. OLE color: 7640312.

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

Color convert

RGB 248 148 116 -
CMYK 0 0.40 0.53 0.03
HSL 14.55º 0.9% 0.71% -
HSV(B) 14.55º 0.53% 0.97% -
XYZ 52.45 42.4 21.94 -
YUV 174.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 248 148 116 0 0.40 0.53 0.03 14.55 0.9 0.71
Hex F8 94 74 0 28 35 3 F 5A 47
Octal 370 224 164 0 50 65 3 17 132 107
Binary 11111000 10010100 1110100 0 101000 110101 11 1111 1011010 1000111

Color Harmonies of #F89474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89474

Black with #F89474

Text Example


Text Example

White with #F89474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89474; }

 p { color: rgb(248,148,116); }

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

background-color css

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

 a { background-color: rgb(248,148,116); }

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

border-color css

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

 span { border-color: rgb(248,148,116); }

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