Html Css Color HEX #FF804E Coral

📋 copy color: '#FF804E'

red 255 ◦ green 128 ◦ blue 78

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

Shades of Coral #FF804E

Tints of Coral #FF804E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.92%

R = 55.31%
G = 27.77%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF804E (or 0xFF804E) is known color: Coral. HEX triplet: FF, 80 and 4E. RGB value is (255,128,78). Sum of RGB (Red+Green+Blue) = 255+128+78=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF804E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF804E is #007FB1. Grayscale: #A0A0A0. Windows color (decimal): -32690 or 5144831. OLE color: 5144831.

HSL color Cylindrical-coordinate representation of color #FF804E: hue angle of 16.95º 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 #FF804E is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 78 -
CMYK 0 0.50 0.69 0
HSL 16.95º 1% 0.65% -
HSV(B) 16.95º 0.69% 1% -
XYZ 50.33 37.25 11.74 -
YUV 160.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 255 128 78 0 0.50 0.69 0 16.95 1 0.65
Hex FF 80 4E 0 32 45 0 11 64 41
Octal 377 200 116 0 62 105 0 21 144 101
Binary 11111111 10000000 1001110 0 110010 1000101 0 10001 1100100 1000001

Color Harmonies of #FF804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF804E

Black with #FF804E

Text Example


Text Example

White with #FF804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF804E; }

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

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

background-color css

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

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

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

border-color css

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

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

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