Html Css Color HEX #FF7F50 Coral

📋 copy color: '#FF7F50'

red 255 ◦ green 127 ◦ blue 80

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

Shades of Coral #FF7F50

Tints of Coral #FF7F50

RGB

 RED value IS 255 (100% from 255) = 55.19%

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

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

R = 55.19%
G = 27.49%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF7F50 (or 0xFF7F50) is known color: Coral. HEX triplet: FF, 7F and 50. RGB value is (255,127,80). Sum of RGB (Red+Green+Blue) = 255+127+80=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F50 is #0080AF. Grayscale: #A0A0A0. Windows color (decimal): -32944 or 5275647. OLE color: 5275647.

HSL color Cylindrical-coordinate representation of color #FF7F50: hue angle of 16.11º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF7F50 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 80 -
CMYK 0 0.50 0.69 0
HSL 16.11º 1% 0.66% -
HSV(B) 16.11º 0.69% 1% -
XYZ 50.28 37.02 12.08 -
YUV 159.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 255 127 80 0 0.50 0.69 0 16.11 1 0.66
Hex FF 7F 50 0 32 45 0 10 64 42
Octal 377 177 120 0 62 105 0 20 144 102
Binary 11111111 1111111 1010000 0 110010 1000101 0 10000 1100100 1000010

Color Harmonies of #FF7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F50

Black with #FF7F50

Text Example


Text Example

White with #FF7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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