#F99A7C

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

Shades of Vivid Tangerine #F99A7C

Tints of Vivid Tangerine #F99A7C

Color information

#F99A7C (or 0xF99A7C) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 9A and 7C. RGB value is (249,154,124). Sum of RGB (Red+Green+Blue) = 249+154+124=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99A7C is #066583. Grayscale: #B3B3B3. Windows color (decimal): -419204 or 8166137. OLE color: 8166137.

HSL color Cylindrical-coordinate representation of color #F99A7C: hue angle of 14.4º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F99A7C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249154124-
CMYK00.380.500.02
HSL14.4º91.24%73.14%-
HSV(B)14.4º50.2%97.65%-
XYZ54.2644.7124.84-
YUV178.9896.97177.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 124 (48.83% from 255) = 23.53%
R=47.25%
G=29.22%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915412400.380.500.0214.491.2473.14
HexF99A7C026322e5b49
Octal37123217404662216133111
Binary11111001100110101111100010011011001010111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99A7C; }

 p { color: rgb(249,154,124); }

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

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

 a { background-color: rgb(249,154,124); }

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

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

 span { border-color: rgb(249,154,124); }

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