#FE864B

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

Shades of Coral #FE864B

Tints of Coral #FE864B

Color information

#FE864B (or 0xFE864B) is unknown color: approx Coral. HEX triplet: FE, 86 and 4B. RGB value is (254,134,75). Sum of RGB (Red+Green+Blue) = 254+134+75=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE864B is #0179B4. Grayscale: #A3A3A3. Windows color (decimal): -96693 or 4949758. OLE color: 4949758.

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

Color convert

RGB25413475-
CMYK00.470.700.00
HSL19.78º98.9%64.51%-
HSV(B)19.78º70.47%99.61%-
XYZ50.6738.6311.44-
YUV163.1578.26192.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 75 (29.69% from 255) = 16.20%
R=54.86%
G=28.94%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541347500.470.700.0019.7898.964.51
HexFE864B02F460146341
Octal376206113057106024143101
Binary111111101000011010010110101111100011001010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE864B; }

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

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

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

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

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

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

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

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