Html Css Color HEX #FA784A Coral

📋 copy color: '#FA784A'

red 250 ◦ green 120 ◦ blue 74

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

Shades of Coral #FA784A

Tints of Coral #FA784A

RGB

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

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

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

R = 56.31%
G = 27.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA784A (or 0xFA784A) is known color: Coral. HEX triplet: FA, 78 and 4A. RGB value is (250,120,74). Sum of RGB (Red+Green+Blue) = 250+120+74=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA784A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA784A is #0587B5. Grayscale: #999999. Windows color (decimal): -362422 or 4880634. OLE color: 4880634.

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

Color convert

RGB 250 120 74 -
CMYK 0 0.52 0.70 0.02
HSL 15.68º 0.95% 0.64% -
HSV(B) 15.68º 0.7% 0.98% -
XYZ 47.38 34.25 10.59 -
YUV 153.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 250 120 74 0 0.52 0.70 0.02 15.68 0.95 0.64
Hex FA 78 4A 0 34 46 2 10 5F 40
Octal 372 170 112 0 64 106 2 20 137 100
Binary 11111010 1111000 1001010 0 110100 1000110 10 10000 1011111 1000000

Color Harmonies of #FA784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA784A

Black with #FA784A

Text Example


Text Example

White with #FA784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA784A; }

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

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

background-color css

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

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

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

border-color css

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

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

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