Html Css Color HEX #FD7C50 Coral

📋 copy color: '#FD7C50'

red 253 ◦ green 124 ◦ blue 80

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

Shades of Coral #FD7C50

Tints of Coral #FD7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

 BLUE value IS 80 (31.64% from 255) = 17.51%

R = 55.36%
G = 27.13%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD7C50 (or 0xFD7C50) is known color: Coral. HEX triplet: FD, 7C and 50. RGB value is (253,124,80). Sum of RGB (Red+Green+Blue) = 253+124+80=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C50 is #0283AF. Grayscale: #9D9D9D. Windows color (decimal): -164784 or 5274877. OLE color: 5274877.

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

Color convert

RGB 253 124 80 -
CMYK 0 0.51 0.68 0.01
HSL 15.26º 0.98% 0.65% -
HSV(B) 15.26º 0.68% 0.99% -
XYZ 49.16 35.88 11.92 -
YUV 157.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 253 124 80 0 0.51 0.68 0.01 15.26 0.98 0.65
Hex FD 7C 50 0 33 44 1 F 62 41
Octal 375 174 120 0 63 104 1 17 142 101
Binary 11111101 1111100 1010000 0 110011 1000100 1 1111 1100010 1000001

Color Harmonies of #FD7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C50

Black with #FD7C50

Text Example


Text Example

White with #FD7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C50; }

 p { color: rgb(253,124,80); }

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

background-color css

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

 a { background-color: rgb(253,124,80); }

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

border-color css

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

 span { border-color: rgb(253,124,80); }

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