Html Css Color HEX #FA827B Salmon

📋 copy color: '#FA827B'

red 250 ◦ green 130 ◦ blue 123

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

Shades of Salmon #FA827B

Tints of Salmon #FA827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.84%

 BLUE value IS 123 (48.44% from 255) = 24.45%

R = 49.7%
G = 25.84%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA827B (or 0xFA827B) is known color: Salmon. HEX triplet: FA, 82 and 7B. RGB value is (250,130,123). Sum of RGB (Red+Green+Blue) = 250+130+123=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA827B is #057D84. Grayscale: #A5A5A5. Windows color (decimal): -359813 or 8094458. OLE color: 8094458.

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

Color convert

RGB 250 130 123 -
CMYK 0 0.48 0.51 0.02
HSL 3.31º 0.93% 0.73% -
HSV(B) 3.31º 0.51% 0.98% -
XYZ 50.98 37.72 23.33 -
YUV 165.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 250 130 123 0 0.48 0.51 0.02 3.31 0.93 0.73
Hex FA 82 7B 0 30 33 2 3 5D 49
Octal 372 202 173 0 60 63 2 3 135 111
Binary 11111010 10000010 1111011 0 110000 110011 10 11 1011101 1001001

Color Harmonies of #FA827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA827B

Black with #FA827B

Text Example


Text Example

White with #FA827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA827B; }

 p { color: rgb(250,130,123); }

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

background-color css

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

 a { background-color: rgb(250,130,123); }

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

border-color css

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

 span { border-color: rgb(250,130,123); }

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