Html Css Color HEX #F4A17A Light Salmon

📋 copy color: '#F4A17A'

red 244 ◦ green 161 ◦ blue 122

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

Shades of Light Salmon #F4A17A

Tints of Light Salmon #F4A17A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.55%

 BLUE value IS 122 (48.05% from 255) = 23.15%

R = 46.3%
G = 30.55%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F4A17A (or 0xF4A17A) is known color: Light Salmon. HEX triplet: F4, A1 and 7A. RGB value is (244,161,122). Sum of RGB (Red+Green+Blue) = 244+161+122=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A17A is #0B5E85. Grayscale: #B5B5B5. Windows color (decimal): -745094 or 8036852. OLE color: 8036852.

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

Color convert

RGB 244 161 122 -
CMYK 0 0.34 0.5 0.04
HSL 19.18º 0.85% 0.72% -
HSV(B) 19.18º 0.5% 0.96% -
XYZ 53.57 46.13 24.49 -
YUV 181.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 244 161 122 0 0.34 0.5 0.04 19.18 0.85 0.72
Hex F4 A1 7A 0 22 32 4 13 55 48
Octal 364 241 172 0 42 62 4 23 125 110
Binary 11110100 10100001 1111010 0 100010 110010 100 10011 1010101 1001000

Color Harmonies of #F4A17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A17A

Black with #F4A17A

Text Example


Text Example

White with #F4A17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A17A; }

 p { color: rgb(244,161,122); }

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

background-color css

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

 a { background-color: rgb(244,161,122); }

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

border-color css

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

 span { border-color: rgb(244,161,122); }

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