Html Css Color HEX #FA7A5A Coral

📋 copy color: '#FA7A5A'

red 250 ◦ green 122 ◦ blue 90

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

Shades of Coral #FA7A5A

Tints of Coral #FA7A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 54.11%
G = 26.41%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA7A5A (or 0xFA7A5A) is known color: Coral. HEX triplet: FA, 7A and 5A. RGB value is (250,122,90). Sum of RGB (Red+Green+Blue) = 250+122+90=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A5A is #0585A5. Grayscale: #9C9C9C. Windows color (decimal): -361894 or 5929722. OLE color: 5929722.

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

Color convert

RGB 250 122 90 -
CMYK 0 0.51 0.64 0.02
HSL 12º 0.94% 0.67% -
HSV(B) 12º 0.64% 0.98% -
XYZ 48.23 34.98 13.88 -
YUV 156.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 250 122 90 0 0.51 0.64 0.02 12 0.94 0.67
Hex FA 7A 5A 0 33 40 2 C 5E 43
Octal 372 172 132 0 63 100 2 14 136 103
Binary 11111010 1111010 1011010 0 110011 1000000 10 1100 1011110 1000011

Color Harmonies of #FA7A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7A5A

Black with #FA7A5A

Text Example


Text Example

White with #FA7A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7A5A; }

 p { color: rgb(250,122,90); }

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

background-color css

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

 a { background-color: rgb(250,122,90); }

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

border-color css

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

 span { border-color: rgb(250,122,90); }

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