Html Css Color HEX #FA7C40 Coral

📋 copy color: '#FA7C40'

red 250 ◦ green 124 ◦ blue 64

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

Shades of Coral #FA7C40

Tints of Coral #FA7C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 57.08%
G = 28.31%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA7C40 (or 0xFA7C40) is known color: Coral. HEX triplet: FA, 7C and 40. RGB value is (250,124,64). Sum of RGB (Red+Green+Blue) = 250+124+64=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C40 is #0583BF. Grayscale: #9B9B9B. Windows color (decimal): -361408 or 4226298. OLE color: 4226298.

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

Color convert

RGB 250 124 64 -
CMYK 0 0.50 0.74 0.02
HSL 19.35º 0.95% 0.62% -
HSV(B) 19.35º 0.74% 0.98% -
XYZ 47.56 35.11 9.12 -
YUV 154.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 250 124 64 0 0.50 0.74 0.02 19.35 0.95 0.62
Hex FA 7C 40 0 32 4A 2 13 5F 3E
Octal 372 174 100 0 62 112 2 23 137 76
Binary 11111010 1111100 1000000 0 110010 1001010 10 10011 1011111 111110

Color Harmonies of #FA7C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C40

Black with #FA7C40

Text Example


Text Example

White with #FA7C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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