#F97E5E

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

Shades of Coral #F97E5E

Tints of Coral #F97E5E

Color information

#F97E5E (or 0xF97E5E) is unknown color: approx Coral. HEX triplet: F9, 7E and 5E. RGB value is (249,126,94). Sum of RGB (Red+Green+Blue) = 249+126+94=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97E5E is #0681A1. Grayscale: #9F9F9F. Windows color (decimal): -426402 or 6192889. OLE color: 6192889.

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

Color convert

RGB24912694-
CMYK00.490.620.02
HSL12.39º92.81%67.25%-
HSV(B)12.39º62.25%97.65%-
XYZ48.5535.8714.95-
YUV159.1391.25192.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.09%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 94 (37.11% from 255) = 20.04%
R=53.09%
G=26.87%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491269400.490.620.0212.3992.8167.25
HexF97E5E0313E2c5d43
Octal37117613606176214135103
Binary1111100111111101011110011000111111010110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97E5E; }

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

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

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

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

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

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

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

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