#F97349

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

Shades of Coral #F97349

Tints of Coral #F97349

Color information

#F97349 (or 0xF97349) is unknown color: approx Coral. HEX triplet: F9, 73 and 49. RGB value is (249,115,73). Sum of RGB (Red+Green+Blue) = 249+115+73=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F97349 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97349 is #068CB6. Grayscale: #969696. Windows color (decimal): -429239 or 4813817. OLE color: 4813817.

HSL color Cylindrical-coordinate representation of color #F97349: hue angle of 14.32º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F97349 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB24911573-
CMYK00.540.710.02
HSL14.32º93.62%63.14%-
HSV(B)14.32º70.68%97.65%-
XYZ46.432.8810.2-
YUV150.2884.39198.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.98%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=56.98%
G=26.32%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491157300.540.710.0214.3293.6263.14
HexF97349036472e5e3f
Octal37116311106610721613677
Binary1111100111100111001001011011010001111011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97349; }

 p { color: rgb(249,115,73); }

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

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

 a { background-color: rgb(249,115,73); }

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

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

 span { border-color: rgb(249,115,73); }

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