#FE784B

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

Shades of Coral #FE784B

Tints of Coral #FE784B

Color information

#FE784B (or 0xFE784B) is unknown color: approx Coral. HEX triplet: FE, 78 and 4B. RGB value is (254,120,75). Sum of RGB (Red+Green+Blue) = 254+120+75=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE784B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE784B is #0187B4. Grayscale: #9B9B9B. Windows color (decimal): -100277 or 4946174. OLE color: 4946174.

HSL color Cylindrical-coordinate representation of color #FE784B: hue angle of 15.08º 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 #FE784B is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25412075-
CMYK00.530.700.00
HSL15.08º98.9%64.51%-
HSV(B)15.08º70.47%99.61%-
XYZ48.8635.0110.84-
YUV154.9482.89198.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.57%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 75 (29.69% from 255) = 16.70%
R=56.57%
G=26.73%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541207500.530.700.0015.0898.964.51
HexFE784B035460f6341
Octal376170113065106017143101
Binary1111111011110001001011011010110001100111111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE784B; }

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

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

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

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

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

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

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

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