Html Css Color HEX #FEA67F Light Salmon

📋 copy color: '#FEA67F'

red 254 ◦ green 166 ◦ blue 127

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

Shades of Light Salmon #FEA67F

Tints of Light Salmon #FEA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.35%

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

R = 46.44%
G = 30.35%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA67F (or 0xFEA67F) is known color: Light Salmon. HEX triplet: FE, A6 and 7F. RGB value is (254,166,127). Sum of RGB (Red+Green+Blue) = 254+166+127=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA67F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA67F is #015980. Grayscale: #BCBCBC. Windows color (decimal): -88449 or 8365822. OLE color: 8365822.

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

Color convert

RGB 254 166 127 -
CMYK 0 0.35 0.50 0.00
HSL 18.43º 0.98% 0.75% -
HSV(B) 18.43º 0.5% 1% -
XYZ 58.34 49.88 26.63 -
YUV 187.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 254 166 127 0 0.35 0.50 0.00 18.43 0.98 0.75
Hex FE A6 7F 0 23 32 0 12 62 4B
Octal 376 246 177 0 43 62 0 22 142 113
Binary 11111110 10100110 1111111 0 100011 110010 0 10010 1100010 1001011

Color Harmonies of #FEA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA67F

Black with #FEA67F

Text Example


Text Example

White with #FEA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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