Html Css Color HEX #FEA47B Light Salmon

📋 copy color: '#FEA47B'

red 254 ◦ green 164 ◦ blue 123

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

Shades of Light Salmon #FEA47B

Tints of Light Salmon #FEA47B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.31%

 BLUE value IS 123 (48.44% from 255) = 22.74%

R = 46.95%
G = 30.31%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEA47B (or 0xFEA47B) is known color: Light Salmon. HEX triplet: FE, A4 and 7B. RGB value is (254,164,123). Sum of RGB (Red+Green+Blue) = 254+164+123=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA47B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA47B is #015B84. Grayscale: #BABABA. Windows color (decimal): -88965 or 8103166. OLE color: 8103166.

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

Color convert

RGB 254 164 123 -
CMYK 0 0.35 0.52 0.00
HSL 18.78º 0.98% 0.74% -
HSV(B) 18.78º 0.52% 1% -
XYZ 57.72 49.05 25.16 -
YUV 186.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 254 164 123 0 0.35 0.52 0.00 18.78 0.98 0.74
Hex FE A4 7B 0 23 34 0 13 62 4A
Octal 376 244 173 0 43 64 0 23 142 112
Binary 11111110 10100100 1111011 0 100011 110100 0 10011 1100010 1001010

Color Harmonies of #FEA47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA47B

Black with #FEA47B

Text Example


Text Example

White with #FEA47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA47B; }

 p { color: rgb(254,164,123); }

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

background-color css

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

 a { background-color: rgb(254,164,123); }

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

border-color css

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

 span { border-color: rgb(254,164,123); }

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