Html Css Color HEX #FA7858 Coral

📋 copy color: '#FA7858'

red 250 ◦ green 120 ◦ blue 88

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

Shades of Coral #FA7858

Tints of Coral #FA7858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.2%

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

R = 54.59%
G = 26.2%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA7858 (or 0xFA7858) is known color: Coral. HEX triplet: FA, 78 and 58. RGB value is (250,120,88). Sum of RGB (Red+Green+Blue) = 250+120+88=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7858 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7858 is #0587A7. Grayscale: #9B9B9B. Windows color (decimal): -362408 or 5798138. OLE color: 5798138.

HSL color Cylindrical-coordinate representation of color #FA7858: hue angle of 11.85º 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 #FA7858 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 120 88 -
CMYK 0 0.52 0.65 0.02
HSL 11.85º 0.94% 0.66% -
HSV(B) 11.85º 0.65% 0.98% -
XYZ 47.9 34.46 13.36 -
YUV 155.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 250 120 88 0 0.52 0.65 0.02 11.85 0.94 0.66
Hex FA 78 58 0 34 41 2 C 5E 42
Octal 372 170 130 0 64 101 2 14 136 102
Binary 11111010 1111000 1011000 0 110100 1000001 10 1100 1011110 1000010

Color Harmonies of #FA7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7858

Black with #FA7858

Text Example


Text Example

White with #FA7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7858; }

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

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

background-color css

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

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

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

border-color css

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

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

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