Html Css Color HEX #FE827A Salmon

📋 copy color: '#FE827A'

red 254 ◦ green 130 ◦ blue 122

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

Shades of Salmon #FE827A

Tints of Salmon #FE827A

RGB

 RED value IS 254 (99.61% from 255) = 50.2%

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

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

R = 50.2%
G = 25.69%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE827A (or 0xFE827A) is known color: Salmon. HEX triplet: FE, 82 and 7A. RGB value is (254,130,122). Sum of RGB (Red+Green+Blue) = 254+130+122=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE827A is #017D85. Grayscale: #A6A6A6. Windows color (decimal): -97670 or 8028926. OLE color: 8028926.

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

Color convert

RGB 254 130 122 -
CMYK 0 0.49 0.52 0.00
HSL 3.64º 0.99% 0.74% -
HSV(B) 3.64º 0.52% 1% -
XYZ 52.37 38.44 23.07 -
YUV 166.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 254 130 122 0 0.49 0.52 0.00 3.64 0.99 0.74
Hex FE 82 7A 0 31 34 0 4 63 4A
Octal 376 202 172 0 61 64 0 4 143 112
Binary 11111110 10000010 1111010 0 110001 110100 0 100 1100011 1001010

Color Harmonies of #FE827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE827A

Black with #FE827A

Text Example


Text Example

White with #FE827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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