Html Css Color HEX #FEA77F Light Salmon

📋 copy color: '#FEA77F'

red 254 ◦ green 167 ◦ blue 127

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

Shades of Light Salmon #FEA77F

Tints of Light Salmon #FEA77F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.47%

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

R = 46.35%
G = 30.47%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA77F (or 0xFEA77F) is known color: Light Salmon. HEX triplet: FE, A7 and 7F. RGB value is (254,167,127). Sum of RGB (Red+Green+Blue) = 254+167+127=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA77F is #015880. Grayscale: #BCBCBC. Windows color (decimal): -88193 or 8366078. OLE color: 8366078.

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

Color convert

RGB 254 167 127 -
CMYK 0 0.34 0.50 0.00
HSL 18.9º 0.98% 0.75% -
HSV(B) 18.9º 0.5% 1% -
XYZ 58.52 50.24 26.69 -
YUV 188.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 254 167 127 0 0.34 0.50 0.00 18.9 0.98 0.75
Hex FE A7 7F 0 22 32 0 13 62 4B
Octal 376 247 177 0 42 62 0 23 142 113
Binary 11111110 10100111 1111111 0 100010 110010 0 10011 1100010 1001011

Color Harmonies of #FEA77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA77F

Black with #FEA77F

Text Example


Text Example

White with #FEA77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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