Html Css Color HEX #FF804C Coral

📋 copy color: '#FF804C'

red 255 ◦ green 128 ◦ blue 76

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

Shades of Coral #FF804C

Tints of Coral #FF804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 55.56%
G = 27.89%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF804C (or 0xFF804C) is known color: Coral. HEX triplet: FF, 80 and 4C. RGB value is (255,128,76). Sum of RGB (Red+Green+Blue) = 255+128+76=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF804C is #007FB3. Grayscale: #A0A0A0. Windows color (decimal): -32692 or 5013759. OLE color: 5013759.

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

Color convert

RGB 255 128 76 -
CMYK 0 0.50 0.70 0
HSL 17.43º 1% 0.65% -
HSV(B) 17.43º 0.7% 1% -
XYZ 50.26 37.22 11.37 -
YUV 160.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 255 128 76 0 0.50 0.70 0 17.43 1 0.65
Hex FF 80 4C 0 32 46 0 11 64 41
Octal 377 200 114 0 62 106 0 21 144 101
Binary 11111111 10000000 1001100 0 110010 1000110 0 10001 1100100 1000001

Color Harmonies of #FF804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF804C

Black with #FF804C

Text Example


Text Example

White with #FF804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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