#F8804D

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

Shades of Coral #F8804D

Tints of Coral #F8804D

Color information

#F8804D (or 0xF8804D) is unknown color: approx Coral. HEX triplet: F8, 80 and 4D. RGB value is (248,128,77). Sum of RGB (Red+Green+Blue) = 248+128+77=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8804D is #077FB2. Grayscale: #9E9E9E. Windows color (decimal): -491443 or 5079288. OLE color: 5079288.

HSL color Cylindrical-coordinate representation of color #F8804D: hue angle of 17.89º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8804D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB24812877-
CMYK00.480.690.03
HSL17.89º92.43%63.73%-
HSV(B)17.89º68.95%97.25%-
XYZ47.7735.9311.44-
YUV158.0782.26192.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=54.75%
G=28.26%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481287700.480.690.0317.8992.4363.73
HexF8804D030453125c40
Octal370200115060105322134100
Binary1111100010000000100110101100001000101111001010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8804D; }

 p { color: rgb(248,128,77); }

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

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

 a { background-color: rgb(248,128,77); }

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

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

 span { border-color: rgb(248,128,77); }

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