Html Css Color HEX #FA8058 Coral

📋 copy color: '#FA8058'

red 250 ◦ green 128 ◦ blue 88

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

Shades of Coral #FA8058

Tints of Coral #FA8058

RGB

 RED value IS 250 (98.05% from 255) = 53.65%

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

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

R = 53.65%
G = 27.47%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA8058 (or 0xFA8058) is known color: Coral. HEX triplet: FA, 80 and 58. RGB value is (250,128,88). Sum of RGB (Red+Green+Blue) = 250+128+88=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8058 is #057FA7. Grayscale: #A0A0A0. Windows color (decimal): -360360 or 5800186. OLE color: 5800186.

HSL color Cylindrical-coordinate representation of color #FA8058: hue angle of 14.81º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA8058 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 88 -
CMYK 0 0.49 0.65 0.02
HSL 14.81º 0.94% 0.66% -
HSV(B) 14.81º 0.65% 0.98% -
XYZ 48.9 36.47 13.69 -
YUV 159.92 87.42 192.25 -
System Red Green Blue C M Y K H S L
Decimal 250 128 88 0 0.49 0.65 0.02 14.81 0.94 0.66
Hex FA 80 58 0 31 41 2 F 5E 42
Octal 372 200 130 0 61 101 2 17 136 102
Binary 11111010 10000000 1011000 0 110001 1000001 10 1111 1011110 1000010

Color Harmonies of #FA8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8058

Black with #FA8058

Text Example


Text Example

White with #FA8058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8058; }

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

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

background-color css

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

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

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

border-color css

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

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

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