Html Css Color HEX #FA7251 Coral

📋 copy color: '#FA7251'

red 250 ◦ green 114 ◦ blue 81

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

Shades of Coral #FA7251

Tints of Coral #FA7251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.2%

R = 56.18%
G = 25.62%
B = 18.2%

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

#FA7251 (or 0xFA7251) is known color: Coral. HEX triplet: FA, 72 and 51. RGB value is (250,114,81). Sum of RGB (Red+Green+Blue) = 250+114+81=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7251 is #058DAE. Grayscale: #979797. Windows color (decimal): -363951 or 5337850. OLE color: 5337850.

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

Color convert

RGB 250 114 81 -
CMYK 0 0.54 0.68 0.02
HSL 11.72º 0.94% 0.65% -
HSV(B) 11.72º 0.68% 0.98% -
XYZ 46.93 32.95 11.67 -
YUV 150.9 88.56 198.68 -
System Red Green Blue C M Y K H S L
Decimal 250 114 81 0 0.54 0.68 0.02 11.72 0.94 0.65
Hex FA 72 51 0 36 44 2 C 5E 41
Octal 372 162 121 0 66 104 2 14 136 101
Binary 11111010 1110010 1010001 0 110110 1000100 10 1100 1011110 1000001

Color Harmonies of #FA7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7251

Black with #FA7251

Text Example


Text Example

White with #FA7251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7251; }

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

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

background-color css

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

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

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

border-color css

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

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

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