#FE8661

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

Shades of Coral #FE8661

Tints of Coral #FE8661

Color information

#FE8661 (or 0xFE8661) is unknown color: approx Coral. HEX triplet: FE, 86 and 61. RGB value is (254,134,97). Sum of RGB (Red+Green+Blue) = 254+134+97=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8661 is #01799E. Grayscale: #A5A5A5. Windows color (decimal): -96671 or 6391550. OLE color: 6391550.

HSL color Cylindrical-coordinate representation of color #FE8661: hue angle of 14.14º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE8661 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB25413497-
CMYK00.470.620.00
HSL14.14º98.74%68.82%-
HSV(B)14.14º61.81%99.61%-
XYZ51.5638.9816.12-
YUV165.6689.26191.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 97 (38.28% from 255) = 20%
R=52.37%
G=27.63%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541349700.470.620.0014.1498.7468.82
HexFE866102F3E0e6345
Octal37620614105776016143105
Binary1111111010000110110000101011111111100111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8661; }

 p { color: rgb(254,134,97); }

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

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

 a { background-color: rgb(254,134,97); }

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

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

 span { border-color: rgb(254,134,97); }

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