Html Css Color HEX #FA7950 Coral

📋 copy color: '#FA7950'

red 250 ◦ green 121 ◦ blue 80

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

Shades of Coral #FA7950

Tints of Coral #FA7950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.74%

R = 55.43%
G = 26.83%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA7950 (or 0xFA7950) is known color: Coral. HEX triplet: FA, 79 and 50. RGB value is (250,121,80). Sum of RGB (Red+Green+Blue) = 250+121+80=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7950 is #0586AF. Grayscale: #9B9B9B. Windows color (decimal): -362160 or 5274106. OLE color: 5274106.

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

Color convert

RGB 250 121 80 -
CMYK 0 0.52 0.68 0.02
HSL 14.47º 0.94% 0.65% -
HSV(B) 14.47º 0.68% 0.98% -
XYZ 47.71 34.58 11.75 -
YUV 154.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 250 121 80 0 0.52 0.68 0.02 14.47 0.94 0.65
Hex FA 79 50 0 34 44 2 E 5E 41
Octal 372 171 120 0 64 104 2 16 136 101
Binary 11111010 1111001 1010000 0 110100 1000100 10 1110 1011110 1000001

Color Harmonies of #FA7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7950

Black with #FA7950

Text Example


Text Example

White with #FA7950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7950; }

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

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

background-color css

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

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

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

border-color css

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

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

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