Html Css Color HEX #FF8440 Coral

📋 copy color: '#FF8440'

red 255 ◦ green 132 ◦ blue 64

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

Shades of Coral #FF8440

Tints of Coral #FF8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.27%

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

R = 56.54%
G = 29.27%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF8440 (or 0xFF8440) is known color: Coral. HEX triplet: FF, 84 and 40. RGB value is (255,132,64). Sum of RGB (Red+Green+Blue) = 255+132+64=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8440 is #007BBF. Grayscale: #A1A1A1. Windows color (decimal): -31680 or 4228351. OLE color: 4228351.

HSL color Cylindrical-coordinate representation of color #FF8440: hue angle of 21.36º 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 #FF8440 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 64 -
CMYK 0 0.48 0.75 0
HSL 21.36º 1% 0.63% -
HSV(B) 21.36º 0.75% 1% -
XYZ 50.42 38.13 9.55 -
YUV 161.03 73.25 195.03 -
System Red Green Blue C M Y K H S L
Decimal 255 132 64 0 0.48 0.75 0 21.36 1 0.63
Hex FF 84 40 0 30 4B 0 15 64 3F
Octal 377 204 100 0 60 113 0 25 144 77
Binary 11111111 10000100 1000000 0 110000 1001011 0 10101 1100100 111111

Color Harmonies of #FF8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8440

Black with #FF8440

Text Example


Text Example

White with #FF8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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