Html Css Color HEX #FF8150 Coral

📋 copy color: '#FF8150'

red 255 ◦ green 129 ◦ blue 80

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

Shades of Coral #FF8150

Tints of Coral #FF8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.8%

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 54.96%
G = 27.8%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF8150 (or 0xFF8150) is known color: Coral. HEX triplet: FF, 81 and 50. RGB value is (255,129,80). Sum of RGB (Red+Green+Blue) = 255+129+80=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8150 is #007EAF. Grayscale: #A1A1A1. Windows color (decimal): -32432 or 5276159. OLE color: 5276159.

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

Color convert

RGB 255 129 80 -
CMYK 0 0.49 0.69 0
HSL 16.8º 1% 0.66% -
HSV(B) 16.8º 0.69% 1% -
XYZ 50.54 37.54 12.17 -
YUV 161.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 255 129 80 0 0.49 0.69 0 16.8 1 0.66
Hex FF 81 50 0 31 45 0 11 64 42
Octal 377 201 120 0 61 105 0 21 144 102
Binary 11111111 10000001 1010000 0 110001 1000101 0 10001 1100100 1000010

Color Harmonies of #FF8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8150

Black with #FF8150

Text Example


Text Example

White with #FF8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8150; }

 p { color: rgb(255,129,80); }

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

background-color css

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

 a { background-color: rgb(255,129,80); }

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

border-color css

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

 span { border-color: rgb(255,129,80); }

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