Html Css Color HEX #FF8061 Coral

📋 copy color: '#FF8061'

red 255 ◦ green 128 ◦ blue 97

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

Shades of Coral #FF8061

Tints of Coral #FF8061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.21%

R = 53.13%
G = 26.67%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF8061 (or 0xFF8061) is known color: Coral. HEX triplet: FF, 80 and 61. RGB value is (255,128,97). Sum of RGB (Red+Green+Blue) = 255+128+97=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8061 is #007F9E. Grayscale: #A2A2A2. Windows color (decimal): -32671 or 6390015. OLE color: 6390015.

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

Color convert

RGB 255 128 97 -
CMYK 0 0.50 0.62 0
HSL 11.77º 1% 0.69% -
HSV(B) 11.77º 0.62% 1% -
XYZ 51.12 37.56 15.87 -
YUV 162.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 255 128 97 0 0.50 0.62 0 11.77 1 0.69
Hex FF 80 61 0 32 3E 0 C 64 45
Octal 377 200 141 0 62 76 0 14 144 105
Binary 11111111 10000000 1100001 0 110010 111110 0 1100 1100100 1000101

Color Harmonies of #FF8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8061

Black with #FF8061

Text Example


Text Example

White with #FF8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8061; }

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

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

background-color css

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

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

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

border-color css

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

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

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