Html Css Color HEX #FA7755 Coral

📋 copy color: '#FA7755'

red 250 ◦ green 119 ◦ blue 85

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

Shades of Coral #FA7755

Tints of Coral #FA7755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

 BLUE value IS 85 (33.59% from 255) = 18.72%

R = 55.07%
G = 26.21%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA7755 (or 0xFA7755) is known color: Coral. HEX triplet: FA, 77 and 55. RGB value is (250,119,85). Sum of RGB (Red+Green+Blue) = 250+119+85=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7755 is #0588AA. Grayscale: #9A9A9A. Windows color (decimal): -362667 or 5601274. OLE color: 5601274.

HSL color Cylindrical-coordinate representation of color #FA7755: hue angle of 12.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA7755 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 119 85 -
CMYK 0 0.52 0.66 0.02
HSL 12.36º 0.94% 0.66% -
HSV(B) 12.36º 0.66% 0.98% -
XYZ 47.66 34.17 12.68 -
YUV 154.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 250 119 85 0 0.52 0.66 0.02 12.36 0.94 0.66
Hex FA 77 55 0 34 42 2 C 5E 42
Octal 372 167 125 0 64 102 2 14 136 102
Binary 11111010 1110111 1010101 0 110100 1000010 10 1100 1011110 1000010

Color Harmonies of #FA7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7755

Black with #FA7755

Text Example


Text Example

White with #FA7755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7755; }

 p { color: rgb(250,119,85); }

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

background-color css

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

 a { background-color: rgb(250,119,85); }

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

border-color css

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

 span { border-color: rgb(250,119,85); }

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