Html Css Color HEX #FF7F40 Coral

📋 copy color: '#FF7F40'

red 255 ◦ green 127 ◦ blue 64

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

Shades of Coral #FF7F40

Tints of Coral #FF7F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 57.17%
G = 28.48%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF7F40 (or 0xFF7F40) is known color: Coral. HEX triplet: FF, 7F and 40. RGB value is (255,127,64). Sum of RGB (Red+Green+Blue) = 255+127+64=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F40 is #0080BF. Grayscale: #9E9E9E. Windows color (decimal): -32960 or 4227071. OLE color: 4227071.

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

Color convert

RGB 255 127 64 -
CMYK 0 0.50 0.75 0
HSL 19.79º 1% 0.63% -
HSV(B) 19.79º 0.75% 1% -
XYZ 49.75 36.81 9.33 -
YUV 158.09 74.91 197.12 -
System Red Green Blue C M Y K H S L
Decimal 255 127 64 0 0.50 0.75 0 19.79 1 0.63
Hex FF 7F 40 0 32 4B 0 14 64 3F
Octal 377 177 100 0 62 113 0 24 144 77
Binary 11111111 1111111 1000000 0 110010 1001011 0 10100 1100100 111111

Color Harmonies of #FF7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F40

Black with #FF7F40

Text Example


Text Example

White with #FF7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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