Html Css Color HEX #FEA27F Light Salmon

📋 copy color: '#FEA27F'

red 254 ◦ green 162 ◦ blue 127

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

Shades of Light Salmon #FEA27F

Tints of Light Salmon #FEA27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.83%

 BLUE value IS 127 (50% from 255) = 23.39%

R = 46.78%
G = 29.83%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA27F (or 0xFEA27F) is known color: Light Salmon. HEX triplet: FE, A2 and 7F. RGB value is (254,162,127). Sum of RGB (Red+Green+Blue) = 254+162+127=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA27F is #015D80. Grayscale: #B9B9B9. Windows color (decimal): -89473 or 8364798. OLE color: 8364798.

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

Color convert

RGB 254 162 127 -
CMYK 0 0.36 0.50 0.00
HSL 16.54º 0.98% 0.75% -
HSV(B) 16.54º 0.5% 1% -
XYZ 57.62 48.44 26.39 -
YUV 185.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 254 162 127 0 0.36 0.50 0.00 16.54 0.98 0.75
Hex FE A2 7F 0 24 32 0 11 62 4B
Octal 376 242 177 0 44 62 0 21 142 113
Binary 11111110 10100010 1111111 0 100100 110010 0 10001 1100010 1001011

Color Harmonies of #FEA27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA27F

Black with #FEA27F

Text Example


Text Example

White with #FEA27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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