Html Css Color HEX #FD7D5B Coral

📋 copy color: '#FD7D5B'

red 253 ◦ green 125 ◦ blue 91

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

Shades of Coral #FD7D5B

Tints of Coral #FD7D5B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

 BLUE value IS 91 (35.94% from 255) = 19.4%

R = 53.94%
G = 26.65%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD7D5B (or 0xFD7D5B) is known color: Coral. HEX triplet: FD, 7D and 5B. RGB value is (253,125,91). Sum of RGB (Red+Green+Blue) = 253+125+91=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D5B is #0282A4. Grayscale: #9F9F9F. Windows color (decimal): -164517 or 5996029. OLE color: 5996029.

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

Color convert

RGB 253 125 91 -
CMYK 0 0.51 0.64 0.01
HSL 12.59º 0.98% 0.67% -
HSV(B) 12.59º 0.64% 0.99% -
XYZ 49.73 36.31 14.28 -
YUV 159.4 89.41 194.76 -
System Red Green Blue C M Y K H S L
Decimal 253 125 91 0 0.51 0.64 0.01 12.59 0.98 0.67
Hex FD 7D 5B 0 33 40 1 D 62 43
Octal 375 175 133 0 63 100 1 15 142 103
Binary 11111101 1111101 1011011 0 110011 1000000 1 1101 1100010 1000011

Color Harmonies of #FD7D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D5B

Black with #FD7D5B

Text Example


Text Example

White with #FD7D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D5B; }

 p { color: rgb(253,125,91); }

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

background-color css

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

 a { background-color: rgb(253,125,91); }

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

border-color css

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

 span { border-color: rgb(253,125,91); }

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