Html Css Color HEX #F89280 Vivid Tangerine

📋 copy color: '#F89280'

red 248 ◦ green 146 ◦ blue 128

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

Shades of Vivid Tangerine #F89280

Tints of Vivid Tangerine #F89280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.97%

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 47.51%
G = 27.97%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F89280 (or 0xF89280) is known color: Vivid Tangerine. HEX triplet: F8, 92 and 80. RGB value is (248,146,128). Sum of RGB (Red+Green+Blue) = 248+146+128=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F89280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89280 is #076D7F. Grayscale: #AEAEAE. Windows color (decimal): -486784 or 8426232. OLE color: 8426232.

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

Color convert

RGB 248 146 128 -
CMYK 0 0.41 0.48 0.03
HSL 0.9% 0.74% -
HSV(B) 0.48% 0.97% -
XYZ 52.89 42.07 25.76 -
YUV 174.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 248 146 128 0 0.41 0.48 0.03 9 0.9 0.74
Hex F8 92 80 0 29 30 3 9 5A 4A
Octal 370 222 200 0 51 60 3 11 132 112
Binary 11111000 10010010 10000000 0 101001 110000 11 1001 1011010 1001010

Color Harmonies of #F89280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89280

Black with #F89280

Text Example


Text Example

White with #F89280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89280; }

 p { color: rgb(248,146,128); }

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

background-color css

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

 a { background-color: rgb(248,146,128); }

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

border-color css

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

 span { border-color: rgb(248,146,128); }

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