Html Css Color HEX #FA8161 Coral

📋 copy color: '#FA8161'

red 250 ◦ green 129 ◦ blue 97

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

Shades of Coral #FA8161

Tints of Coral #FA8161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.38%

R = 52.52%
G = 27.1%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA8161 (or 0xFA8161) is known color: Coral. HEX triplet: FA, 81 and 61. RGB value is (250,129,97). Sum of RGB (Red+Green+Blue) = 250+129+97=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8161 is #057E9E. Grayscale: #A1A1A1. Windows color (decimal): -360095 or 6390266. OLE color: 6390266.

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

Color convert

RGB 250 129 97 -
CMYK 0 0.48 0.61 0.02
HSL 12.55º 0.94% 0.68% -
HSV(B) 12.55º 0.61% 0.98% -
XYZ 49.43 36.89 15.82 -
YUV 161.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 250 129 97 0 0.48 0.61 0.02 12.55 0.94 0.68
Hex FA 81 61 0 30 3D 2 D 5E 44
Octal 372 201 141 0 60 75 2 15 136 104
Binary 11111010 10000001 1100001 0 110000 111101 10 1101 1011110 1000100

Color Harmonies of #FA8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8161

Black with #FA8161

Text Example


Text Example

White with #FA8161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8161; }

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

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

background-color css

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

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

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

border-color css

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

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

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