#FE7850

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

Shades of Coral #FE7850

Tints of Coral #FE7850

Color information

#FE7850 (or 0xFE7850) is unknown color: approx Coral. HEX triplet: FE, 78 and 50. RGB value is (254,120,80). Sum of RGB (Red+Green+Blue) = 254+120+80=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7850 is #0187AF. Grayscale: #9B9B9B. Windows color (decimal): -100272 or 5273854. OLE color: 5273854.

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

Color convert

RGB25412080-
CMYK00.530.690.00
HSL13.79º98.86%65.49%-
HSV(B)13.79º68.5%99.61%-
XYZ49.0435.0811.78-
YUV155.5185.39198.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.95%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=55.95%
G=26.43%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541208000.530.690.0013.7998.8665.49
HexFE7850035450e6341
Octal376170120065105016143101
Binary1111111011110001010000011010110001010111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7850; }

 p { color: rgb(254,120,80); }

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

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

 a { background-color: rgb(254,120,80); }

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

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

 span { border-color: rgb(254,120,80); }

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