Html Css Color HEX #FF865D Coral

📋 copy color: '#FF865D'

red 255 ◦ green 134 ◦ blue 93

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

Shades of Coral #FF865D

Tints of Coral #FF865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 52.9%
G = 27.8%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF865D (or 0xFF865D) is known color: Coral. HEX triplet: FF, 86 and 5D. RGB value is (255,134,93). Sum of RGB (Red+Green+Blue) = 255+134+93=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF865D is #0079A2. Grayscale: #A5A5A5. Windows color (decimal): -31139 or 6129407. OLE color: 6129407.

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

Color convert

RGB 255 134 93 -
CMYK 0 0.47 0.64 0
HSL 15.19º 1% 0.68% -
HSV(B) 15.19º 0.64% 1% -
XYZ 51.74 39.1 15.18 -
YUV 165.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 255 134 93 0 0.47 0.64 0 15.19 1 0.68
Hex FF 86 5D 0 2F 40 0 F 64 44
Octal 377 206 135 0 57 100 0 17 144 104
Binary 11111111 10000110 1011101 0 101111 1000000 0 1111 1100100 1000100

Color Harmonies of #FF865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF865D

Black with #FF865D

Text Example


Text Example

White with #FF865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF865D; }

 p { color: rgb(255,134,93); }

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

background-color css

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

 a { background-color: rgb(255,134,93); }

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

border-color css

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

 span { border-color: rgb(255,134,93); }

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