#FA814E

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

Shades of Coral #FA814E

Tints of Coral #FA814E

Color information

#FA814E (or 0xFA814E) is unknown color: approx Coral. HEX triplet: FA, 81 and 4E. RGB value is (250,129,78). Sum of RGB (Red+Green+Blue) = 250+129+78=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA814E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA814E is #057EB1. Grayscale: #9F9F9F. Windows color (decimal): -360114 or 5145082. OLE color: 5145082.

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

Color convert

RGB25012978-
CMYK00.480.690.02
HSL17.79º94.51%64.31%-
HSV(B)17.79º68.8%98.04%-
XYZ48.6536.5711.7-
YUV159.3682.09192.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 78 (30.86% from 255) = 17.07%
R=54.70%
G=28.23%
B=17.07%

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
Decimal2501297800.480.690.0217.7994.5164.31
HexFA814E030452125f40
Octal372201116060105222137100
Binary1111101010000001100111001100001000101101001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA814E; }

 p { color: rgb(250,129,78); }

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

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

 a { background-color: rgb(250,129,78); }

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

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

 span { border-color: rgb(250,129,78); }

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