Html Css Color HEX #F1A37F Light Salmon

📋 copy color: '#F1A37F'

red 241 ◦ green 163 ◦ blue 127

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

Shades of Light Salmon #F1A37F

Tints of Light Salmon #F1A37F

RGB

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

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

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

R = 45.39%
G = 30.7%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1A37F (or 0xF1A37F) is known color: Light Salmon. HEX triplet: F1, A3 and 7F. RGB value is (241,163,127). Sum of RGB (Red+Green+Blue) = 241+163+127=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A37F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A37F is #0E5C80. Grayscale: #B6B6B6. Windows color (decimal): -941185 or 8365041. OLE color: 8365041.

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

Color convert

RGB 241 163 127 -
CMYK 0 0.32 0.47 0.05
HSL 18.95º 0.8% 0.72% -
HSV(B) 18.95º 0.47% 0.95% -
XYZ 53.2 46.43 26.24 -
YUV 182.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 241 163 127 0 0.32 0.47 0.05 18.95 0.8 0.72
Hex F1 A3 7F 0 20 2F 5 13 50 48
Octal 361 243 177 0 40 57 5 23 120 110
Binary 11110001 10100011 1111111 0 100000 101111 101 10011 1010000 1001000

Color Harmonies of #F1A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A37F

Black with #F1A37F

Text Example


Text Example

White with #F1A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A37F; }

 p { color: rgb(241,163,127); }

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

background-color css

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

 a { background-color: rgb(241,163,127); }

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

border-color css

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

 span { border-color: rgb(241,163,127); }

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