Html Css Color HEX #FEA57B Light Salmon

📋 copy color: '#FEA57B'

red 254 ◦ green 165 ◦ blue 123

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

Shades of Light Salmon #FEA57B

Tints of Light Salmon #FEA57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.44%

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

R = 46.86%
G = 30.44%
B = 22.69%

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

#FEA57B (or 0xFEA57B) is known color: Light Salmon. HEX triplet: FE, A5 and 7B. RGB value is (254,165,123). Sum of RGB (Red+Green+Blue) = 254+165+123=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA57B is #015A84. Grayscale: #BBBBBB. Windows color (decimal): -88709 or 8103422. OLE color: 8103422.

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

Color convert

RGB 254 165 123 -
CMYK 0 0.35 0.52 0.00
HSL 19.24º 0.98% 0.74% -
HSV(B) 19.24º 0.52% 1% -
XYZ 57.9 49.41 25.22 -
YUV 186.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 254 165 123 0 0.35 0.52 0.00 19.24 0.98 0.74
Hex FE A5 7B 0 23 34 0 13 62 4A
Octal 376 245 173 0 43 64 0 23 142 112
Binary 11111110 10100101 1111011 0 100011 110100 0 10011 1100010 1001010

Color Harmonies of #FEA57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA57B

Black with #FEA57B

Text Example


Text Example

White with #FEA57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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