Html Css Color HEX #F8A083 Vivid Tangerine

📋 copy color: '#F8A083'

red 248 ◦ green 160 ◦ blue 131

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

Shades of Vivid Tangerine #F8A083

Tints of Vivid Tangerine #F8A083

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 131 (51.56% from 255) = 24.3%

R = 46.01%
G = 29.68%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F8A083 (or 0xF8A083) is known color: Vivid Tangerine. HEX triplet: F8, A0 and 83. RGB value is (248,160,131). Sum of RGB (Red+Green+Blue) = 248+160+131=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A083 is #075F7C. Grayscale: #B7B7B7. Windows color (decimal): -483197 or 8626424. OLE color: 8626424.

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

Color convert

RGB 248 160 131 -
CMYK 0 0.35 0.47 0.03
HSL 14.87º 0.89% 0.74% -
HSV(B) 14.87º 0.47% 0.97% -
XYZ 55.38 46.74 27.58 -
YUV 183.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 248 160 131 0 0.35 0.47 0.03 14.87 0.89 0.74
Hex F8 A0 83 0 23 2F 3 F 59 4A
Octal 370 240 203 0 43 57 3 17 131 112
Binary 11111000 10100000 10000011 0 100011 101111 11 1111 1011001 1001010

Color Harmonies of #F8A083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A083

Black with #F8A083

Text Example


Text Example

White with #F8A083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A083; }

 p { color: rgb(248,160,131); }

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

background-color css

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

 a { background-color: rgb(248,160,131); }

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

border-color css

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

 span { border-color: rgb(248,160,131); }

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