Html Css Color HEX #FF8058 Coral

📋 copy color: '#FF8058'

red 255 ◦ green 128 ◦ blue 88

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

Shades of Coral #FF8058

Tints of Coral #FF8058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.68%

R = 54.14%
G = 27.18%
B = 18.68%

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

#FF8058 (or 0xFF8058) is known color: Coral. HEX triplet: FF, 80 and 58. RGB value is (255,128,88). Sum of RGB (Red+Green+Blue) = 255+128+88=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8058 is #007FA7. Grayscale: #A1A1A1. Windows color (decimal): -32680 or 5800191. OLE color: 5800191.

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

Color convert

RGB 255 128 88 -
CMYK 0 0.50 0.65 0
HSL 14.37º 1% 0.67% -
HSV(B) 14.37º 0.65% 1% -
XYZ 50.72 37.4 13.78 -
YUV 161.41 86.58 194.75 -
System Red Green Blue C M Y K H S L
Decimal 255 128 88 0 0.50 0.65 0 14.37 1 0.67
Hex FF 80 58 0 32 41 0 E 64 43
Octal 377 200 130 0 62 101 0 16 144 103
Binary 11111111 10000000 1011000 0 110010 1000001 0 1110 1100100 1000011

Color Harmonies of #FF8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8058

Black with #FF8058

Text Example


Text Example

White with #FF8058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8058; }

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

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

background-color css

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

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

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

border-color css

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

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

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