Html Css Color HEX #FF864F Coral

📋 copy color: '#FF864F'

red 255 ◦ green 134 ◦ blue 79

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

Shades of Coral #FF864F

Tints of Coral #FF864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.88%

R = 54.49%
G = 28.63%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF864F (or 0xFF864F) is known color: Coral. HEX triplet: FF, 86 and 4F. RGB value is (255,134,79). Sum of RGB (Red+Green+Blue) = 255+134+79=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF864F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF864F is #0079B0. Grayscale: #A4A4A4. Windows color (decimal): -31153 or 5211903. OLE color: 5211903.

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

Color convert

RGB 255 134 79 -
CMYK 0 0.47 0.69 0
HSL 18.75º 1% 0.65% -
HSV(B) 18.75º 0.69% 1% -
XYZ 51.18 38.87 12.2 -
YUV 163.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 255 134 79 0 0.47 0.69 0 18.75 1 0.65
Hex FF 86 4F 0 2F 45 0 13 64 41
Octal 377 206 117 0 57 105 0 23 144 101
Binary 11111111 10000110 1001111 0 101111 1000101 0 10011 1100100 1000001

Color Harmonies of #FF864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF864F

Black with #FF864F

Text Example


Text Example

White with #FF864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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