Html Css Color HEX #FEA07C Light Salmon

📋 copy color: '#FEA07C'

red 254 ◦ green 160 ◦ blue 124

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

Shades of Light Salmon #FEA07C

Tints of Light Salmon #FEA07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.74%

 BLUE value IS 124 (48.83% from 255) = 23.05%

R = 47.21%
G = 29.74%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEA07C (or 0xFEA07C) is known color: Light Salmon. HEX triplet: FE, A0 and 7C. RGB value is (254,160,124). Sum of RGB (Red+Green+Blue) = 254+160+124=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA07C is #015F83. Grayscale: #B8B8B8. Windows color (decimal): -89988 or 8167678. OLE color: 8167678.

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

Color convert

RGB 254 160 124 -
CMYK 0 0.37 0.51 0.00
HSL 16.62º 0.98% 0.74% -
HSV(B) 16.62º 0.51% 1% -
XYZ 57.08 47.67 25.26 -
YUV 184 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 254 160 124 0 0.37 0.51 0.00 16.62 0.98 0.74
Hex FE A0 7C 0 25 33 0 11 62 4A
Octal 376 240 174 0 45 63 0 21 142 112
Binary 11111110 10100000 1111100 0 100101 110011 0 10001 1100010 1001010

Color Harmonies of #FEA07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA07C

Black with #FEA07C

Text Example


Text Example

White with #FEA07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA07C; }

 p { color: rgb(254,160,124); }

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

background-color css

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

 a { background-color: rgb(254,160,124); }

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

border-color css

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

 span { border-color: rgb(254,160,124); }

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