#F8A58A

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

Shades of Vivid Tangerine #F8A58A

Tints of Vivid Tangerine #F8A58A

Color information

#F8A58A (or 0xF8A58A) is unknown color: approx Vivid Tangerine. HEX triplet: F8, A5 and 8A. RGB value is (248,165,138). Sum of RGB (Red+Green+Blue) = 248+165+138=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A58A is #075A75. Grayscale: #BABABA. Windows color (decimal): -481910 or 9086456. OLE color: 9086456.

HSL color Cylindrical-coordinate representation of color #F8A58A: hue angle of 14.73º 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 #F8A58A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB248165138-
CMYK00.330.440.03
HSL14.73º88.71%75.69%-
HSV(B)14.73º44.35%97.25%-
XYZ56.7548.730.45-
YUV186.74100.5171.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=45.01%
G=29.95%
B=25.05%

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
Decimal24816513800.330.440.0314.7388.7175.69
HexF8A58A0212C3f594c
Octal37024521204154317131114
Binary111110001010010110001010010000110110011111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A58A; }

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

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

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

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

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

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

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

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