Html Css Color HEX #FF865F Coral

📋 copy color: '#FF865F'

red 255 ◦ green 134 ◦ blue 95

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

Shades of Coral #FF865F

Tints of Coral #FF865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 52.69%
G = 27.69%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF865F (or 0xFF865F) is known color: Coral. HEX triplet: FF, 86 and 5F. RGB value is (255,134,95). Sum of RGB (Red+Green+Blue) = 255+134+95=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF865F is #0079A0. Grayscale: #A6A6A6. Windows color (decimal): -31137 or 6260479. OLE color: 6260479.

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

Color convert

RGB 255 134 95 -
CMYK 0 0.47 0.63 0
HSL 14.63º 1% 0.69% -
HSV(B) 14.63º 0.63% 1% -
XYZ 51.83 39.14 15.65 -
YUV 165.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 255 134 95 0 0.47 0.63 0 14.63 1 0.69
Hex FF 86 5F 0 2F 3F 0 F 64 45
Octal 377 206 137 0 57 77 0 17 144 105
Binary 11111111 10000110 1011111 0 101111 111111 0 1111 1100100 1000101

Color Harmonies of #FF865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF865F

Black with #FF865F

Text Example


Text Example

White with #FF865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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