Html Css Color HEX #FA8060 Coral

📋 copy color: '#FA8060'

red 250 ◦ green 128 ◦ blue 96

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

Shades of Coral #FA8060

Tints of Coral #FA8060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.25%

R = 52.74%
G = 27%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA8060 (or 0xFA8060) is known color: Coral. HEX triplet: FA, 80 and 60. RGB value is (250,128,96). Sum of RGB (Red+Green+Blue) = 250+128+96=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8060 is #057F9F. Grayscale: #A1A1A1. Windows color (decimal): -360352 or 6324474. OLE color: 6324474.

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

Color convert

RGB 250 128 96 -
CMYK 0 0.49 0.62 0.02
HSL 12.47º 0.94% 0.68% -
HSV(B) 12.47º 0.62% 0.98% -
XYZ 49.25 36.61 15.54 -
YUV 160.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 250 128 96 0 0.49 0.62 0.02 12.47 0.94 0.68
Hex FA 80 60 0 31 3E 2 C 5E 44
Octal 372 200 140 0 61 76 2 14 136 104
Binary 11111010 10000000 1100000 0 110001 111110 10 1100 1011110 1000100

Color Harmonies of #FA8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8060

Black with #FA8060

Text Example


Text Example

White with #FA8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8060; }

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

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

background-color css

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

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

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

border-color css

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

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

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