Html Css Color HEX #FD7F50 Coral

📋 copy color: '#FD7F50'

red 253 ◦ green 127 ◦ blue 80

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

Shades of Coral #FD7F50

Tints of Coral #FD7F50

RGB

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

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

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

R = 55%
G = 27.61%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD7F50 (or 0xFD7F50) is known color: Coral. HEX triplet: FD, 7F and 50. RGB value is (253,127,80). Sum of RGB (Red+Green+Blue) = 253+127+80=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F50 is #0280AF. Grayscale: #9F9F9F. Windows color (decimal): -164016 or 5275645. OLE color: 5275645.

HSL color Cylindrical-coordinate representation of color #FD7F50: hue angle of 16.3º 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 #FD7F50 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 80 -
CMYK 0 0.50 0.68 0.01
HSL 16.3º 0.98% 0.65% -
HSV(B) 16.3º 0.68% 0.99% -
XYZ 49.55 36.64 12.05 -
YUV 159.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 253 127 80 0 0.50 0.68 0.01 16.3 0.98 0.65
Hex FD 7F 50 0 32 44 1 10 62 41
Octal 375 177 120 0 62 104 1 20 142 101
Binary 11111101 1111111 1010000 0 110010 1000100 1 10000 1100010 1000001

Color Harmonies of #FD7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F50

Black with #FD7F50

Text Example


Text Example

White with #FD7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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