Html Css Color HEX #FF8340 Coral

📋 copy color: '#FF8340'

red 255 ◦ green 131 ◦ blue 64

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

Shades of Coral #FF8340

Tints of Coral #FF8340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 56.67%
G = 29.11%
B = 14.22%

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

#FF8340 (or 0xFF8340) is known color: Coral. HEX triplet: FF, 83 and 40. RGB value is (255,131,64). Sum of RGB (Red+Green+Blue) = 255+131+64=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8340 is #007CBF. Grayscale: #A0A0A0. Windows color (decimal): -31936 or 4228095. OLE color: 4228095.

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

Color convert

RGB 255 131 64 -
CMYK 0 0.49 0.75 0
HSL 21.05º 1% 0.63% -
HSV(B) 21.05º 0.75% 1% -
XYZ 50.28 37.86 9.51 -
YUV 160.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 255 131 64 0 0.49 0.75 0 21.05 1 0.63
Hex FF 83 40 0 31 4B 0 15 64 3F
Octal 377 203 100 0 61 113 0 25 144 77
Binary 11111111 10000011 1000000 0 110001 1001011 0 10101 1100100 111111

Color Harmonies of #FF8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8340

Black with #FF8340

Text Example


Text Example

White with #FF8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8340; }

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

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

background-color css

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

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

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

border-color css

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

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

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