#F98C7E

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

Shades of Vivid Tangerine #F98C7E

Tints of Vivid Tangerine #F98C7E

Color information

#F98C7E (or 0xF98C7E) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 8C and 7E. RGB value is (249,140,126). Sum of RGB (Red+Green+Blue) = 249+140+126=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C7E is #067381. Grayscale: #ABABAB. Windows color (decimal): -422786 or 8293625. OLE color: 8293625.

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

Color convert

RGB249140126-
CMYK00.440.490.02
HSL6.83º91.11%73.53%-
HSV(B)6.83º49.4%97.65%-
XYZ52.2140.424.79-
YUV170.99102.61183.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.35%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 126 (49.61% from 255) = 24.47%
R=48.35%
G=27.18%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914012600.440.490.026.8391.1173.53
HexF98C7E02C31275b4a
Octal3712141760546127133112
Binary1111100110001100111111001011001100011011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C7E; }

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

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

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

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

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

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

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

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