Html Css Color HEX #FEA37B Light Salmon

📋 copy color: '#FEA37B'

red 254 ◦ green 163 ◦ blue 123

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

Shades of Light Salmon #FEA37B

Tints of Light Salmon #FEA37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.19%

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

R = 47.04%
G = 30.19%
B = 22.78%

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

#FEA37B (or 0xFEA37B) is known color: Light Salmon. HEX triplet: FE, A3 and 7B. RGB value is (254,163,123). Sum of RGB (Red+Green+Blue) = 254+163+123=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA37B is #015C84. Grayscale: #B9B9B9. Windows color (decimal): -89221 or 8102910. OLE color: 8102910.

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

Color convert

RGB 254 163 123 -
CMYK 0 0.36 0.52 0.00
HSL 18.32º 0.98% 0.74% -
HSV(B) 18.32º 0.52% 1% -
XYZ 57.55 48.7 25.11 -
YUV 185.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 254 163 123 0 0.36 0.52 0.00 18.32 0.98 0.74
Hex FE A3 7B 0 24 34 0 12 62 4A
Octal 376 243 173 0 44 64 0 22 142 112
Binary 11111110 10100011 1111011 0 100100 110100 0 10010 1100010 1001010

Color Harmonies of #FEA37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA37B

Black with #FEA37B

Text Example


Text Example

White with #FEA37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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