Html Css Color HEX #FE9C7A Light Salmon

📋 copy color: '#FE9C7A'

red 254 ◦ green 156 ◦ blue 122

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

Shades of Light Salmon #FE9C7A

Tints of Light Salmon #FE9C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.32%

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

R = 47.74%
G = 29.32%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE9C7A (or 0xFE9C7A) is known color: Light Salmon. HEX triplet: FE, 9C and 7A. RGB value is (254,156,122). Sum of RGB (Red+Green+Blue) = 254+156+122=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C7A is #016385. Grayscale: #B5B5B5. Windows color (decimal): -91014 or 8035582. OLE color: 8035582.

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

Color convert

RGB 254 156 122 -
CMYK 0 0.39 0.52 0.00
HSL 15.45º 0.99% 0.74% -
HSV(B) 15.45º 0.52% 1% -
XYZ 56.27 46.25 24.37 -
YUV 181.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 254 156 122 0 0.39 0.52 0.00 15.45 0.99 0.74
Hex FE 9C 7A 0 27 34 0 F 63 4A
Octal 376 234 172 0 47 64 0 17 143 112
Binary 11111110 10011100 1111010 0 100111 110100 0 1111 1100011 1001010

Color Harmonies of #FE9C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9C7A

Black with #FE9C7A

Text Example


Text Example

White with #FE9C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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