Html Css Color HEX #FD7F5D Coral

📋 copy color: '#FD7F5D'

red 253 ◦ green 127 ◦ blue 93

#FD7F5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral #FD7F5D

Tints of Coral #FD7F5D

RGB

 RED value IS 253 (99.22% from 255) = 53.49%

 GREEN value IS 127 (50% from 255) = 26.85%

 BLUE value IS 93 (36.72% from 255) = 19.66%

R = 53.49%
G = 26.85%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD7F5D (or 0xFD7F5D) is known color: Coral. HEX triplet: FD, 7F and 5D. RGB value is (253,127,93). Sum of RGB (Red+Green+Blue) = 253+127+93=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F5D is #0280A2. Grayscale: #A1A1A1. Windows color (decimal): -164003 or 6127613. OLE color: 6127613.

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

Color convert

RGB 253 127 93 -
CMYK 0 0.50 0.63 0.01
HSL 12.75º 0.98% 0.68% -
HSV(B) 12.75º 0.63% 0.99% -
XYZ 50.07 36.85 14.83 -
YUV 160.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 253 127 93 0 0.50 0.63 0.01 12.75 0.98 0.68
Hex FD 7F 5D 0 32 3F 1 D 62 44
Octal 375 177 135 0 62 77 1 15 142 104
Binary 11111101 1111111 1011101 0 110010 111111 1 1101 1100010 1000100

Color Harmonies of #FD7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F5D

Black with #FD7F5D

Text Example


Text Example

White with #FD7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F5D; }

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

 H1.HeaderClassName
 {
   color: #FD7F5D;
 }
 .AnyTagClassName
 {
   color: #FD7F5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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