#FE823D

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

Shades of Coral #FE823D

Tints of Coral #FE823D

Color information

#FE823D (or 0xFE823D) is unknown color: approx Coral. HEX triplet: FE, 82 and 3D. RGB value is (254,130,61). Sum of RGB (Red+Green+Blue) = 254+130+61=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE823D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE823D is #017DC2. Grayscale: #9F9F9F. Windows color (decimal): -97731 or 4031230. OLE color: 4031230.

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

Color convert

RGB25413061-
CMYK00.490.760.00
HSL21.45º98.97%61.76%-
HSV(B)21.45º75.98%99.61%-
XYZ49.737.379.01-
YUV159.2172.58195.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.08%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 61 (24.22% from 255) = 13.71%
R=57.08%
G=29.21%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541306100.490.760.0021.4598.9761.76
HexFE823D0314C015633e
Octal3762027506111402514376
Binary1111111010000010111101011000110011000101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE823D; }

 p { color: rgb(254,130,61); }

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

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

 a { background-color: rgb(254,130,61); }

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

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

 span { border-color: rgb(254,130,61); }

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