Html Css Color HEX #F4A07F Light Salmon

📋 copy color: '#F4A07F'

red 244 ◦ green 160 ◦ blue 127

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

Shades of Light Salmon #F4A07F

Tints of Light Salmon #F4A07F

RGB

 RED value IS 244 (95.7% from 255) = 45.95%

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

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

R = 45.95%
G = 30.13%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4A07F (or 0xF4A07F) is known color: Light Salmon. HEX triplet: F4, A0 and 7F. RGB value is (244,160,127). Sum of RGB (Red+Green+Blue) = 244+160+127=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A07F is #0B5F80. Grayscale: #B5B5B5. Windows color (decimal): -745345 or 8364276. OLE color: 8364276.

HSL color Cylindrical-coordinate representation of color #F4A07F: hue angle of 16.92º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4A07F is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 160 127 -
CMYK 0 0.34 0.48 0.04
HSL 16.92º 0.84% 0.73% -
HSV(B) 16.92º 0.48% 0.96% -
XYZ 53.71 45.91 26.11 -
YUV 181.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 244 160 127 0 0.34 0.48 0.04 16.92 0.84 0.73
Hex F4 A0 7F 0 22 30 4 11 54 49
Octal 364 240 177 0 42 60 4 21 124 111
Binary 11110100 10100000 1111111 0 100010 110000 100 10001 1010100 1001001

Color Harmonies of #F4A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A07F

Black with #F4A07F

Text Example


Text Example

White with #F4A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A07F; }

 p { color: rgb(244,160,127); }

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

background-color css

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

 a { background-color: rgb(244,160,127); }

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

border-color css

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

 span { border-color: rgb(244,160,127); }

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