Html Css Color HEX #FEA27B Light Salmon

📋 copy color: '#FEA27B'

red 254 ◦ green 162 ◦ blue 123

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

Shades of Light Salmon #FEA27B

Tints of Light Salmon #FEA27B

RGB

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

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

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

R = 47.12%
G = 30.06%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEA27B (or 0xFEA27B) is known color: Light Salmon. HEX triplet: FE, A2 and 7B. RGB value is (254,162,123). Sum of RGB (Red+Green+Blue) = 254+162+123=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA27B is #015D84. Grayscale: #B9B9B9. Windows color (decimal): -89477 or 8102654. OLE color: 8102654.

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

Color convert

RGB 254 162 123 -
CMYK 0 0.36 0.52 0.00
HSL 17.86º 0.98% 0.74% -
HSV(B) 17.86º 0.52% 1% -
XYZ 57.37 48.34 25.05 -
YUV 185.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 254 162 123 0 0.36 0.52 0.00 17.86 0.98 0.74
Hex FE A2 7B 0 24 34 0 12 62 4A
Octal 376 242 173 0 44 64 0 22 142 112
Binary 11111110 10100010 1111011 0 100100 110100 0 10010 1100010 1001010

Color Harmonies of #FEA27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA27B

Black with #FEA27B

Text Example


Text Example

White with #FEA27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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