Html Css Color HEX #FE9C75 Light Salmon

📋 copy color: '#FE9C75'

red 254 ◦ green 156 ◦ blue 117

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

Shades of Light Salmon #FE9C75

Tints of Light Salmon #FE9C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 48.2%
G = 29.6%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE9C75 (or 0xFE9C75) is known color: Light Salmon. HEX triplet: FE, 9C and 75. RGB value is (254,156,117). Sum of RGB (Red+Green+Blue) = 254+156+117=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C75 is #01638A. Grayscale: #B5B5B5. Windows color (decimal): -91019 or 7707902. OLE color: 7707902.

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

Color convert

RGB 254 156 117 -
CMYK 0 0.39 0.54 0.00
HSL 17.08º 0.99% 0.73% -
HSV(B) 17.08º 0.54% 1% -
XYZ 55.97 46.13 22.78 -
YUV 180.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 254 156 117 0 0.39 0.54 0.00 17.08 0.99 0.73
Hex FE 9C 75 0 27 36 0 11 63 49
Octal 376 234 165 0 47 66 0 21 143 111
Binary 11111110 10011100 1110101 0 100111 110110 0 10001 1100011 1001001

Color Harmonies of #FE9C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9C75

Black with #FE9C75

Text Example


Text Example

White with #FE9C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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