Html Css Color HEX #FF8240 Coral

📋 copy color: '#FF8240'

red 255 ◦ green 130 ◦ blue 64

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

Shades of Coral #FF8240

Tints of Coral #FF8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

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

R = 56.79%
G = 28.95%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF8240 (or 0xFF8240) is known color: Coral. HEX triplet: FF, 82 and 40. RGB value is (255,130,64). Sum of RGB (Red+Green+Blue) = 255+130+64=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8240 is #007DBF. Grayscale: #A0A0A0. Windows color (decimal): -32192 or 4227839. OLE color: 4227839.

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

Color convert

RGB 255 130 64 -
CMYK 0 0.49 0.75 0
HSL 20.73º 1% 0.63% -
HSV(B) 20.73º 0.75% 1% -
XYZ 50.15 37.6 9.46 -
YUV 159.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 255 130 64 0 0.49 0.75 0 20.73 1 0.63
Hex FF 82 40 0 31 4B 0 15 64 3F
Octal 377 202 100 0 61 113 0 25 144 77
Binary 11111111 10000010 1000000 0 110001 1001011 0 10101 1100100 111111

Color Harmonies of #FF8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8240

Black with #FF8240

Text Example


Text Example

White with #FF8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8240; }

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

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

background-color css

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

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

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

border-color css

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

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

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