Html Css Color HEX #FF804F Coral

📋 copy color: '#FF804F'

red 255 ◦ green 128 ◦ blue 79

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

Shades of Coral #FF804F

Tints of Coral #FF804F

RGB

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

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

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

R = 55.19%
G = 27.71%
B = 17.1%

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

#FF804F (or 0xFF804F) is known color: Coral. HEX triplet: FF, 80 and 4F. RGB value is (255,128,79). Sum of RGB (Red+Green+Blue) = 255+128+79=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF804F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF804F is #007FB0. Grayscale: #A0A0A0. Windows color (decimal): -32689 or 5210367. OLE color: 5210367.

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

Color convert

RGB 255 128 79 -
CMYK 0 0.50 0.69 0
HSL 16.7º 1% 0.65% -
HSV(B) 16.7º 0.69% 1% -
XYZ 50.37 37.26 11.93 -
YUV 160.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 255 128 79 0 0.50 0.69 0 16.7 1 0.65
Hex FF 80 4F 0 32 45 0 11 64 41
Octal 377 200 117 0 62 105 0 21 144 101
Binary 11111111 10000000 1001111 0 110010 1000101 0 10001 1100100 1000001

Color Harmonies of #FF804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF804F

Black with #FF804F

Text Example


Text Example

White with #FF804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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