Html Css Color HEX #FA7958 Coral

📋 copy color: '#FA7958'

red 250 ◦ green 121 ◦ blue 88

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

Shades of Coral #FA7958

Tints of Coral #FA7958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

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

R = 54.47%
G = 26.36%
B = 19.17%

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

#FA7958 (or 0xFA7958) is known color: Coral. HEX triplet: FA, 79 and 58. RGB value is (250,121,88). Sum of RGB (Red+Green+Blue) = 250+121+88=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7958 is #0586A7. Grayscale: #9C9C9C. Windows color (decimal): -362152 or 5798394. OLE color: 5798394.

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

Color convert

RGB 250 121 88 -
CMYK 0 0.52 0.65 0.02
HSL 12.22º 0.94% 0.66% -
HSV(B) 12.22º 0.65% 0.98% -
XYZ 48.02 34.7 13.4 -
YUV 155.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 250 121 88 0 0.52 0.65 0.02 12.22 0.94 0.66
Hex FA 79 58 0 34 41 2 C 5E 42
Octal 372 171 130 0 64 101 2 14 136 102
Binary 11111010 1111001 1011000 0 110100 1000001 10 1100 1011110 1000010

Color Harmonies of #FA7958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7958

Black with #FA7958

Text Example


Text Example

White with #FA7958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7958; }

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

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

background-color css

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

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

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

border-color css

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

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

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