Html Css Color HEX #FA8155 Coral

📋 copy color: '#FA8155'

red 250 ◦ green 129 ◦ blue 85

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

Shades of Coral #FA8155

Tints of Coral #FA8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.8%

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

R = 53.88%
G = 27.8%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA8155 (or 0xFA8155) is known color: Coral. HEX triplet: FA, 81 and 55. RGB value is (250,129,85). Sum of RGB (Red+Green+Blue) = 250+129+85=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8155 is #057EAA. Grayscale: #A0A0A0. Windows color (decimal): -360107 or 5603834. OLE color: 5603834.

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

Color convert

RGB 250 129 85 -
CMYK 0 0.48 0.66 0.02
HSL 16º 0.94% 0.66% -
HSV(B) 16º 0.66% 0.98% -
XYZ 48.91 36.68 13.1 -
YUV 160.16 85.59 192.08 -
System Red Green Blue C M Y K H S L
Decimal 250 129 85 0 0.48 0.66 0.02 16 0.94 0.66
Hex FA 81 55 0 30 42 2 10 5E 42
Octal 372 201 125 0 60 102 2 20 136 102
Binary 11111010 10000001 1010101 0 110000 1000010 10 10000 1011110 1000010

Color Harmonies of #FA8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8155

Black with #FA8155

Text Example


Text Example

White with #FA8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8155; }

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

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

background-color css

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

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

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

border-color css

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

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

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