Html Css Color HEX #FF7F5F Coral

📋 copy color: '#FF7F5F'

red 255 ◦ green 127 ◦ blue 95

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

Shades of Coral #FF7F5F

Tints of Coral #FF7F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.92%

R = 53.46%
G = 26.62%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF7F5F (or 0xFF7F5F) is known color: Coral. HEX triplet: FF, 7F and 5F. RGB value is (255,127,95). Sum of RGB (Red+Green+Blue) = 255+127+95=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F5F is #0080A0. Grayscale: #A1A1A1. Windows color (decimal): -32929 or 6258687. OLE color: 6258687.

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

Color convert

RGB 255 127 95 -
CMYK 0 0.50 0.63 0
HSL 12º 1% 0.69% -
HSV(B) 12º 0.63% 1% -
XYZ 50.89 37.26 15.34 -
YUV 161.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 255 127 95 0 0.50 0.63 0 12 1 0.69
Hex FF 7F 5F 0 32 3F 0 C 64 45
Octal 377 177 137 0 62 77 0 14 144 105
Binary 11111111 1111111 1011111 0 110010 111111 0 1100 1100100 1000101

Color Harmonies of #FF7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F5F

Black with #FF7F5F

Text Example


Text Example

White with #FF7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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