Html Css Color HEX #FE9C7C Light Salmon

📋 copy color: '#FE9C7C'

red 254 ◦ green 156 ◦ blue 124

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

Shades of Light Salmon #FE9C7C

Tints of Light Salmon #FE9C7C

RGB

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

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

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

R = 47.57%
G = 29.21%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE9C7C (or 0xFE9C7C) is known color: Light Salmon. HEX triplet: FE, 9C and 7C. RGB value is (254,156,124). Sum of RGB (Red+Green+Blue) = 254+156+124=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C7C is #016383. Grayscale: #B5B5B5. Windows color (decimal): -91012 or 8166654. OLE color: 8166654.

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

Color convert

RGB 254 156 124 -
CMYK 0 0.39 0.51 0.00
HSL 14.77º 0.98% 0.74% -
HSV(B) 14.77º 0.51% 1% -
XYZ 56.4 46.3 25.03 -
YUV 181.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 254 156 124 0 0.39 0.51 0.00 14.77 0.98 0.74
Hex FE 9C 7C 0 27 33 0 F 62 4A
Octal 376 234 174 0 47 63 0 17 142 112
Binary 11111110 10011100 1111100 0 100111 110011 0 1111 1100010 1001010

Color Harmonies of #FE9C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9C7C

Black with #FE9C7C

Text Example


Text Example

White with #FE9C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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