#F98149

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

Shades of Coral #F98149

Tints of Coral #F98149

Color information

#F98149 (or 0xF98149) is unknown color: approx Coral. HEX triplet: F9, 81 and 49. RGB value is (249,129,73). Sum of RGB (Red+Green+Blue) = 249+129+73=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F98149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98149 is #067EB6. Grayscale: #9E9E9E. Windows color (decimal): -425655 or 4817401. OLE color: 4817401.

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

Color convert

RGB24912973-
CMYK00.480.710.02
HSL19.09º93.62%63.14%-
HSV(B)19.09º70.68%97.65%-
XYZ48.1236.3210.78-
YUV158.579.76192.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.21%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 73 (28.91% from 255) = 16.19%
R=55.21%
G=28.60%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491297300.480.710.0219.0993.6263.14
HexF98149030472135e3f
Octal37120111106010722313677
Binary111110011000000110010010110000100011110100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98149; }

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

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

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

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

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

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

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

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