#F97248

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

Shades of Coral #F97248

Tints of Coral #F97248

Color information

#F97248 (or 0xF97248) is unknown color: approx Coral. HEX triplet: F9, 72 and 48. RGB value is (249,114,72). Sum of RGB (Red+Green+Blue) = 249+114+72=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F97248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97248 is #068DB7. Grayscale: #959595. Windows color (decimal): -429496 or 4748025. OLE color: 4748025.

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

Color convert

RGB24911472-
CMYK00.540.710.02
HSL14.24º93.65%62.94%-
HSV(B)14.24º71.08%97.65%-
XYZ46.2532.649.99-
YUV149.5884.23198.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 72 (28.52% from 255) = 16.55%
R=57.24%
G=26.21%
B=16.55%

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
Decimal2491147200.540.710.0214.2493.6562.94
HexF97248036472e5e3f
Octal37116211006610721613677
Binary1111100111100101001000011011010001111011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97248; }

 p { color: rgb(249,114,72); }

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

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

 a { background-color: rgb(249,114,72); }

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

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

 span { border-color: rgb(249,114,72); }

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