#F97E5A

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

Shades of Coral #F97E5A

Tints of Coral #F97E5A

Color information

#F97E5A (or 0xF97E5A) is unknown color: approx Coral. HEX triplet: F9, 7E and 5A. RGB value is (249,126,90). Sum of RGB (Red+Green+Blue) = 249+126+90=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97E5A is #0681A5. Grayscale: #9E9E9E. Windows color (decimal): -426406 or 5930745. OLE color: 5930745.

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

Color convert

RGB24912690-
CMYK00.490.640.02
HSL13.58º92.98%66.47%-
HSV(B)13.58º63.86%97.65%-
XYZ48.3735.814.03-
YUV158.6789.25192.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.55%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 90 (35.55% from 255) = 19.35%
R=53.55%
G=27.10%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491269000.490.640.0213.5892.9866.47
HexF97E5A031402e5d42
Octal371176132061100216135102
Binary11111001111111010110100110001100000010111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97E5A; }

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

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

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

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

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

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

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

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