#F8A185

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

Shades of Vivid Tangerine #F8A185

Tints of Vivid Tangerine #F8A185

Color information

#F8A185 (or 0xF8A185) is unknown color: approx Vivid Tangerine. HEX triplet: F8, A1 and 85. RGB value is (248,161,133). Sum of RGB (Red+Green+Blue) = 248+161+133=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A185 is #075E7A. Grayscale: #B8B8B8. Windows color (decimal): -482939 or 8757752. OLE color: 8757752.

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

Color convert

RGB248161133-
CMYK00.350.460.03
HSL14.61º89.15%74.71%-
HSV(B)14.61º46.37%97.25%-
XYZ55.6947.1428.35-
YUV183.8299.32173.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.76%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=45.76%
G=29.70%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816113300.350.460.0314.6189.1574.71
HexF8A1850232E3f594b
Octal37024120504356317131113
Binary111110001010000110000101010001110111011111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A185; }

 p { color: rgb(248,161,133); }

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

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

 a { background-color: rgb(248,161,133); }

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

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

 span { border-color: rgb(248,161,133); }

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