Html Css Color HEX #FEA481 Light Salmon

📋 copy color: '#FEA481'

red 254 ◦ green 164 ◦ blue 129

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

Shades of Light Salmon #FEA481

Tints of Light Salmon #FEA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.98%

 BLUE value IS 129 (50.78% from 255) = 23.58%

R = 46.44%
G = 29.98%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEA481 (or 0xFEA481) is known color: Light Salmon. HEX triplet: FE, A4 and 81. RGB value is (254,164,129). Sum of RGB (Red+Green+Blue) = 254+164+129=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA481 is #015B7E. Grayscale: #BBBBBB. Windows color (decimal): -88959 or 8496382. OLE color: 8496382.

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

Color convert

RGB 254 164 129 -
CMYK 0 0.35 0.49 0.00
HSL 16.8º 0.98% 0.75% -
HSV(B) 16.8º 0.49% 1% -
XYZ 58.11 49.21 27.2 -
YUV 186.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 254 164 129 0 0.35 0.49 0.00 16.8 0.98 0.75
Hex FE A4 81 0 23 31 0 11 62 4B
Octal 376 244 201 0 43 61 0 21 142 113
Binary 11111110 10100100 10000001 0 100011 110001 0 10001 1100010 1001011

Color Harmonies of #FEA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA481

Black with #FEA481

Text Example


Text Example

White with #FEA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA481; }

 p { color: rgb(254,164,129); }

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

background-color css

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

 a { background-color: rgb(254,164,129); }

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

border-color css

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

 span { border-color: rgb(254,164,129); }

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