#F97D5E

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

Shades of Coral #F97D5E

Tints of Coral #F97D5E

Color information

#F97D5E (or 0xF97D5E) is unknown color: approx Coral. HEX triplet: F9, 7D and 5E. RGB value is (249,125,94). Sum of RGB (Red+Green+Blue) = 249+125+94=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97D5E is #0682A1. Grayscale: #9E9E9E. Windows color (decimal): -426658 or 6192633. OLE color: 6192633.

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

Color convert

RGB24912594-
CMYK00.500.620.02
HSL12º92.81%67.25%-
HSV(B)12º62.25%97.65%-
XYZ48.4235.6214.91-
YUV158.5491.58192.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.21%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=53.21%
G=26.71%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491259400.500.620.021292.8167.25
HexF97D5E0323E2c5d43
Octal37117513606276214135103
Binary1111100111111011011110011001011111010110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97D5E; }

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

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

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

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

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

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

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

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