Html Css Color HEX #FEA381 Light Salmon

📋 copy color: '#FEA381'

red 254 ◦ green 163 ◦ blue 129

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

Shades of Light Salmon #FEA381

Tints of Light Salmon #FEA381

RGB

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

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

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

R = 46.52%
G = 29.85%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEA381 (or 0xFEA381) is known color: Light Salmon. HEX triplet: FE, A3 and 81. RGB value is (254,163,129). Sum of RGB (Red+Green+Blue) = 254+163+129=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA381 is #015C7E. Grayscale: #BABABA. Windows color (decimal): -89215 or 8496126. OLE color: 8496126.

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

Color convert

RGB 254 163 129 -
CMYK 0 0.36 0.49 0.00
HSL 16.32º 0.98% 0.75% -
HSV(B) 16.32º 0.49% 1% -
XYZ 57.93 48.85 27.14 -
YUV 186.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 254 163 129 0 0.36 0.49 0.00 16.32 0.98 0.75
Hex FE A3 81 0 24 31 0 10 62 4B
Octal 376 243 201 0 44 61 0 20 142 113
Binary 11111110 10100011 10000001 0 100100 110001 0 10000 1100010 1001011

Color Harmonies of #FEA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA381

Black with #FEA381

Text Example


Text Example

White with #FEA381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA381; }

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

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

background-color css

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

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

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

border-color css

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

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

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