#FD7F40

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

Shades of Coral #FD7F40

Tints of Coral #FD7F40

Color information

#FD7F40 (or 0xFD7F40) is unknown color: approx Coral. HEX triplet: FD, 7F and 40. RGB value is (253,127,64). Sum of RGB (Red+Green+Blue) = 253+127+64=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7F40 is #0280BF. Grayscale: #9D9D9D. Windows color (decimal): -164032 or 4227069. OLE color: 4227069.

HSL color Cylindrical-coordinate representation of color #FD7F40: hue angle of 20º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD7F40 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25312764-
CMYK00.500.750.01
HSL20º97.93%62.16%-
HSV(B)20º74.7%99.22%-
XYZ49.0236.439.3-
YUV157.4975.24196.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.98%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 64 (25.39% from 255) = 14.41%
R=56.98%
G=28.60%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531276400.500.750.012097.9362.16
HexFD7F400324B114623e
Octal37517710006211312414276
Binary1111110111111111000000011001010010111101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7F40; }

 p { color: rgb(253,127,64); }

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

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

 a { background-color: rgb(253,127,64); }

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

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

 span { border-color: rgb(253,127,64); }

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