Html Css Color HEX #FA7C4E Coral

📋 copy color: '#FA7C4E'

red 250 ◦ green 124 ◦ blue 78

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

Shades of Coral #FA7C4E

Tints of Coral #FA7C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.26%

R = 55.31%
G = 27.43%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA7C4E (or 0xFA7C4E) is known color: Coral. HEX triplet: FA, 7C and 4E. RGB value is (250,124,78). Sum of RGB (Red+Green+Blue) = 250+124+78=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C4E is #0583B1. Grayscale: #9C9C9C. Windows color (decimal): -361394 or 5143802. OLE color: 5143802.

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

Color convert

RGB 250 124 78 -
CMYK 0 0.50 0.69 0.02
HSL 16.05º 0.95% 0.64% -
HSV(B) 16.05º 0.69% 0.98% -
XYZ 48.01 35.29 11.49 -
YUV 156.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 250 124 78 0 0.50 0.69 0.02 16.05 0.95 0.64
Hex FA 7C 4E 0 32 45 2 10 5F 40
Octal 372 174 116 0 62 105 2 20 137 100
Binary 11111010 1111100 1001110 0 110010 1000101 10 10000 1011111 1000000

Color Harmonies of #FA7C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C4E

Black with #FA7C4E

Text Example


Text Example

White with #FA7C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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