#F98F7E

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

Shades of Vivid Tangerine #F98F7E

Tints of Vivid Tangerine #F98F7E

Color information

#F98F7E (or 0xF98F7E) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 8F and 7E. RGB value is (249,143,126). Sum of RGB (Red+Green+Blue) = 249+143+126=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F7E is #067081. Grayscale: #ACACAC. Windows color (decimal): -422018 or 8294393. OLE color: 8294393.

HSL color Cylindrical-coordinate representation of color #F98F7E: hue angle of 8.29º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F98F7E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB249143126-
CMYK00.430.490.02
HSL8.29º91.11%73.53%-
HSV(B)8.29º49.4%97.65%-
XYZ52.6641.2924.93-
YUV172.76101.62182.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 126 (49.61% from 255) = 24.32%
R=48.07%
G=27.61%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914312600.430.490.028.2991.1173.53
HexF98F7E02B31285b4a
Octal37121717605361210133112
Binary11111001100011111111110010101111000110100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98F7E; }

 p { color: rgb(249,143,126); }

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

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

 a { background-color: rgb(249,143,126); }

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

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

 span { border-color: rgb(249,143,126); }

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