Html Css Color HEX #FF827A Salmon

📋 copy color: '#FF827A'

red 255 ◦ green 130 ◦ blue 122

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

Shades of Salmon #FF827A

Tints of Salmon #FF827A

RGB

 RED value IS 255 (100% from 255) = 50.3%

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

 BLUE value IS 122 (48.05% from 255) = 24.06%

R = 50.3%
G = 25.64%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF827A (or 0xFF827A) is known color: Salmon. HEX triplet: FF, 82 and 7A. RGB value is (255,130,122). Sum of RGB (Red+Green+Blue) = 255+130+122=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF827A is #007D85. Grayscale: #A6A6A6. Windows color (decimal): -32134 or 8028927. OLE color: 8028927.

HSL color Cylindrical-coordinate representation of color #FF827A: hue angle of 3.61º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF827A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 255 130 122 -
CMYK 0 0.49 0.52 0
HSL 3.61º 1% 0.74% -
HSV(B) 3.61º 0.52% 1% -
XYZ 52.74 38.63 23.09 -
YUV 166.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 255 130 122 0 0.49 0.52 0 3.61 1 0.74
Hex FF 82 7A 0 31 34 0 4 64 4A
Octal 377 202 172 0 61 64 0 4 144 112
Binary 11111111 10000010 1111010 0 110001 110100 0 100 1100100 1001010

Color Harmonies of #FF827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF827A

Black with #FF827A

Text Example


Text Example

White with #FF827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF827A; }

 p { color: rgb(255,130,122); }

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

background-color css

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

 a { background-color: rgb(255,130,122); }

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

border-color css

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

 span { border-color: rgb(255,130,122); }

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