Html Css Color HEX #F1A27D Light Salmon

📋 copy color: '#F1A27D'

red 241 ◦ green 162 ◦ blue 125

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

Shades of Light Salmon #F1A27D

Tints of Light Salmon #F1A27D

RGB

 RED value IS 241 (94.53% from 255) = 45.64%

 GREEN value IS 162 (63.67% from 255) = 30.68%

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 45.64%
G = 30.68%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1A27D (or 0xF1A27D) is known color: Light Salmon. HEX triplet: F1, A2 and 7D. RGB value is (241,162,125). Sum of RGB (Red+Green+Blue) = 241+162+125=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A27D is #0E5D82. Grayscale: #B5B5B5. Windows color (decimal): -941443 or 8233713. OLE color: 8233713.

HSL color Cylindrical-coordinate representation of color #F1A27D: hue angle of 19.14º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1A27D is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 162 125 -
CMYK 0 0.33 0.48 0.05
HSL 19.14º 0.81% 0.72% -
HSV(B) 19.14º 0.48% 0.95% -
XYZ 52.9 46.02 25.5 -
YUV 181.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 241 162 125 0 0.33 0.48 0.05 19.14 0.81 0.72
Hex F1 A2 7D 0 21 30 5 13 51 48
Octal 361 242 175 0 41 60 5 23 121 110
Binary 11110001 10100010 1111101 0 100001 110000 101 10011 1010001 1001000

Color Harmonies of #F1A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A27D

Black with #F1A27D

Text Example


Text Example

White with #F1A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A27D; }

 p { color: rgb(241,162,125); }

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

background-color css

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

 a { background-color: rgb(241,162,125); }

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

border-color css

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

 span { border-color: rgb(241,162,125); }

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