Html Css Color HEX #FA7C4A Coral

📋 copy color: '#FA7C4A'

red 250 ◦ green 124 ◦ blue 74

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

Shades of Coral #FA7C4A

Tints of Coral #FA7C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

 BLUE value IS 74 (29.3% from 255) = 16.52%

R = 55.8%
G = 27.68%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA7C4A (or 0xFA7C4A) is known color: Coral. HEX triplet: FA, 7C and 4A. RGB value is (250,124,74). Sum of RGB (Red+Green+Blue) = 250+124+74=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C4A is #0583B5. Grayscale: #9C9C9C. Windows color (decimal): -361398 or 4881658. OLE color: 4881658.

HSL color Cylindrical-coordinate representation of color #FA7C4A: hue angle of 17.05º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA7C4A is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 74 -
CMYK 0 0.50 0.70 0.02
HSL 17.05º 0.95% 0.64% -
HSV(B) 17.05º 0.7% 0.98% -
XYZ 47.87 35.23 10.76 -
YUV 155.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 250 124 74 0 0.50 0.70 0.02 17.05 0.95 0.64
Hex FA 7C 4A 0 32 46 2 11 5F 40
Octal 372 174 112 0 62 106 2 21 137 100
Binary 11111010 1111100 1001010 0 110010 1000110 10 10001 1011111 1000000

Color Harmonies of #FA7C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C4A

Black with #FA7C4A

Text Example


Text Example

White with #FA7C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C4A; }

 p { color: rgb(250,124,74); }

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

background-color css

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

 a { background-color: rgb(250,124,74); }

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

border-color css

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

 span { border-color: rgb(250,124,74); }

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