Html Css Color HEX #FF805A Coral

📋 copy color: '#FF805A'

red 255 ◦ green 128 ◦ blue 90

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

Shades of Coral #FF805A

Tints of Coral #FF805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 53.91%
G = 27.06%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF805A (or 0xFF805A) is known color: Coral. HEX triplet: FF, 80 and 5A. RGB value is (255,128,90). Sum of RGB (Red+Green+Blue) = 255+128+90=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF805A is #007FA5. Grayscale: #A1A1A1. Windows color (decimal): -32678 or 5931263. OLE color: 5931263.

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

Color convert

RGB 255 128 90 -
CMYK 0 0.50 0.65 0
HSL 13.82º 1% 0.68% -
HSV(B) 13.82º 0.65% 1% -
XYZ 50.8 37.44 14.22 -
YUV 161.64 87.58 194.59 -
System Red Green Blue C M Y K H S L
Decimal 255 128 90 0 0.50 0.65 0 13.82 1 0.68
Hex FF 80 5A 0 32 41 0 E 64 44
Octal 377 200 132 0 62 101 0 16 144 104
Binary 11111111 10000000 1011010 0 110010 1000001 0 1110 1100100 1000100

Color Harmonies of #FF805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF805A

Black with #FF805A

Text Example


Text Example

White with #FF805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF805A; }

 p { color: rgb(255,128,90); }

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

background-color css

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

 a { background-color: rgb(255,128,90); }

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

border-color css

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

 span { border-color: rgb(255,128,90); }

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