Html Css Color HEX #FA7850 Coral

📋 copy color: '#FA7850'

red 250 ◦ green 120 ◦ blue 80

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

Shades of Coral #FA7850

Tints of Coral #FA7850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.78%

R = 55.56%
G = 26.67%
B = 17.78%

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

#FA7850 (or 0xFA7850) is known color: Coral. HEX triplet: FA, 78 and 50. RGB value is (250,120,80). Sum of RGB (Red+Green+Blue) = 250+120+80=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7850 is #0587AF. Grayscale: #9A9A9A. Windows color (decimal): -362416 or 5273850. OLE color: 5273850.

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

Color convert

RGB 250 120 80 -
CMYK 0 0.52 0.68 0.02
HSL 14.12º 0.94% 0.65% -
HSV(B) 14.12º 0.68% 0.98% -
XYZ 47.59 34.34 11.71 -
YUV 154.31 86.07 196.25 -
System Red Green Blue C M Y K H S L
Decimal 250 120 80 0 0.52 0.68 0.02 14.12 0.94 0.65
Hex FA 78 50 0 34 44 2 E 5E 41
Octal 372 170 120 0 64 104 2 16 136 101
Binary 11111010 1111000 1010000 0 110100 1000100 10 1110 1011110 1000001

Color Harmonies of #FA7850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7850

Black with #FA7850

Text Example


Text Example

White with #FA7850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7850; }

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

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

background-color css

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

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

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

border-color css

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

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

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