Html Css Color HEX #FE807A Salmon

📋 copy color: '#FE807A'

red 254 ◦ green 128 ◦ blue 122

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

Shades of Salmon #FE807A

Tints of Salmon #FE807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.4%

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

R = 50.4%
G = 25.4%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE807A (or 0xFE807A) is known color: Salmon. HEX triplet: FE, 80 and 7A. RGB value is (254,128,122). Sum of RGB (Red+Green+Blue) = 254+128+122=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE807A is #017F85. Grayscale: #A5A5A5. Windows color (decimal): -98182 or 8028414. OLE color: 8028414.

HSL color Cylindrical-coordinate representation of color #FE807A: hue angle of 2.73º 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 #FE807A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 128 122 -
CMYK 0 0.50 0.52 0.00
HSL 2.73º 0.99% 0.74% -
HSV(B) 2.73º 0.52% 1% -
XYZ 52.11 37.91 22.98 -
YUV 164.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 254 128 122 0 0.50 0.52 0.00 2.73 0.99 0.74
Hex FE 80 7A 0 32 34 0 3 63 4A
Octal 376 200 172 0 62 64 0 3 143 112
Binary 11111110 10000000 1111010 0 110010 110100 0 11 1100011 1001010

Color Harmonies of #FE807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE807A

Black with #FE807A

Text Example


Text Example

White with #FE807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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