Html Css Color HEX #FA7250 Coral

📋 copy color: '#FA7250'

red 250 ◦ green 114 ◦ blue 80

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

Shades of Coral #FA7250

Tints of Coral #FA7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

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

R = 56.31%
G = 25.68%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA7250 (or 0xFA7250) is known color: Coral. HEX triplet: FA, 72 and 50. RGB value is (250,114,80). Sum of RGB (Red+Green+Blue) = 250+114+80=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7250 is #058DAF. Grayscale: #979797. Windows color (decimal): -363952 or 5272314. OLE color: 5272314.

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

Color convert

RGB 250 114 80 -
CMYK 0 0.54 0.68 0.02
HSL 12º 0.94% 0.65% -
HSV(B) 12º 0.68% 0.98% -
XYZ 46.89 32.94 11.48 -
YUV 150.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 250 114 80 0 0.54 0.68 0.02 12 0.94 0.65
Hex FA 72 50 0 36 44 2 C 5E 41
Octal 372 162 120 0 66 104 2 14 136 101
Binary 11111010 1110010 1010000 0 110110 1000100 10 1100 1011110 1000001

Color Harmonies of #FA7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7250

Black with #FA7250

Text Example


Text Example

White with #FA7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7250; }

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

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

background-color css

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

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

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

border-color css

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

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

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