#F8A68A

Color #F8A68A Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #F8A68A

Tints of Vivid Tangerine #F8A68A

Color information

#F8A68A (or 0xF8A68A) is unknown color: approx Vivid Tangerine. HEX triplet: F8, A6 and 8A. RGB value is (248,166,138). Sum of RGB (Red+Green+Blue) = 248+166+138=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A68A is #075975. Grayscale: #BBBBBB. Windows color (decimal): -481654 or 9086712. OLE color: 9086712.

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

Color convert

RGB248166138-
CMYK00.330.440.03
HSL15.27º88.71%75.69%-
HSV(B)15.27º44.35%97.25%-
XYZ56.9449.0630.51-
YUV187.33100.17171.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 138 (54.30% from 255) = 25%
R=44.93%
G=30.07%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816613800.330.440.0315.2788.7175.69
HexF8A68A0212C3f594c
Octal37024621204154317131114
Binary111110001010011010001010010000110110011111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A68A; }

 p { color: rgb(248,166,138); }

 H1.HeaderClassName
 {
   color: #F8A68A;
 }
 .AnyTagClassName
 {
   color: #F8A68A;
 }
</style>
background-color css

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

 a { background-color: rgb(248,166,138); }

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

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

 span { border-color: rgb(248,166,138); }

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