Html Css Color HEX #FA784F Coral

📋 copy color: '#FA784F'

red 250 ◦ green 120 ◦ blue 79

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

Shades of Coral #FA784F

Tints of Coral #FA784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

 BLUE value IS 79 (31.25% from 255) = 17.59%

R = 55.68%
G = 26.73%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA784F (or 0xFA784F) is known color: Coral. HEX triplet: FA, 78 and 4F. RGB value is (250,120,79). Sum of RGB (Red+Green+Blue) = 250+120+79=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA784F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA784F is #0587B0. Grayscale: #9A9A9A. Windows color (decimal): -362417 or 5208314. OLE color: 5208314.

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

Color convert

RGB 250 120 79 -
CMYK 0 0.52 0.68 0.02
HSL 14.39º 0.94% 0.65% -
HSV(B) 14.39º 0.68% 0.98% -
XYZ 47.55 34.32 11.52 -
YUV 154.2 85.57 196.33 -
System Red Green Blue C M Y K H S L
Decimal 250 120 79 0 0.52 0.68 0.02 14.39 0.94 0.65
Hex FA 78 4F 0 34 44 2 E 5E 41
Octal 372 170 117 0 64 104 2 16 136 101
Binary 11111010 1111000 1001111 0 110100 1000100 10 1110 1011110 1000001

Color Harmonies of #FA784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA784F

Black with #FA784F

Text Example


Text Example

White with #FA784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA784F; }

 p { color: rgb(250,120,79); }

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

background-color css

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

 a { background-color: rgb(250,120,79); }

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

border-color css

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

 span { border-color: rgb(250,120,79); }

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