Html Css Color HEX #FE7F7C Salmon

📋 copy color: '#FE7F7C'

red 254 ◦ green 127 ◦ blue 124

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

Shades of Salmon #FE7F7C

Tints of Salmon #FE7F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 25.15%

 BLUE value IS 124 (48.83% from 255) = 24.55%

R = 50.3%
G = 25.15%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE7F7C (or 0xFE7F7C) is known color: Salmon. HEX triplet: FE, 7F and 7C. RGB value is (254,127,124). Sum of RGB (Red+Green+Blue) = 254+127+124=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F7C is #018083. Grayscale: #A4A4A4. Windows color (decimal): -98436 or 8159230. OLE color: 8159230.

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

Color convert

RGB 254 127 124 -
CMYK 0 0.50 0.51 0.00
HSL 1.38º 0.98% 0.74% -
HSV(B) 1.38º 0.51% 1% -
XYZ 52.1 37.7 23.6 -
YUV 164.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 254 127 124 0 0.50 0.51 0.00 1.38 0.98 0.74
Hex FE 7F 7C 0 32 33 0 1 62 4A
Octal 376 177 174 0 62 63 0 1 142 112
Binary 11111110 1111111 1111100 0 110010 110011 0 1 1100010 1001010

Color Harmonies of #FE7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F7C

Black with #FE7F7C

Text Example


Text Example

White with #FE7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F7C; }

 p { color: rgb(254,127,124); }

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

background-color css

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

 a { background-color: rgb(254,127,124); }

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

border-color css

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

 span { border-color: rgb(254,127,124); }

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