#F98051

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

Shades of Coral #F98051

Tints of Coral #F98051

Color information

#F98051 (or 0xF98051) is unknown color: approx Coral. HEX triplet: F9, 80 and 51. RGB value is (249,128,81). Sum of RGB (Red+Green+Blue) = 249+128+81=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F98051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98051 is #067FAE. Grayscale: #9F9F9F. Windows color (decimal): -425903 or 5341433. OLE color: 5341433.

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

Color convert

RGB24912881-
CMYK00.490.670.02
HSL16.79º93.33%64.71%-
HSV(B)16.79º67.47%97.65%-
XYZ48.2736.1712.22-
YUV158.8284.09192.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.37%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 81 (32.03% from 255) = 17.69%
R=54.37%
G=27.95%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491288100.490.670.0216.7993.3364.71
HexF98051031432115d41
Octal371200121061103221135101
Binary1111100110000000101000101100011000011101000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98051; }

 p { color: rgb(249,128,81); }

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

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

 a { background-color: rgb(249,128,81); }

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

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

 span { border-color: rgb(249,128,81); }

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