#F9814D

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

Shades of Coral #F9814D

Tints of Coral #F9814D

Color information

#F9814D (or 0xF9814D) is unknown color: approx Coral. HEX triplet: F9, 81 and 4D. RGB value is (249,129,77). Sum of RGB (Red+Green+Blue) = 249+129+77=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9814D is #067EB2. Grayscale: #9F9F9F. Windows color (decimal): -425651 or 5079545. OLE color: 5079545.

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

Color convert

RGB24912977-
CMYK00.480.690.02
HSL18.14º93.48%63.92%-
HSV(B)18.14º69.08%97.65%-
XYZ48.2636.3811.5-
YUV158.9581.76192.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.73%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=54.73%
G=28.35%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491297700.480.690.0218.1493.4863.92
HexF9814D030452125d40
Octal371201115060105222135100
Binary1111100110000001100110101100001000101101001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9814D; }

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

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

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

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

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

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

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

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