Html Css Color HEX #F4816C Salmon

📋 copy color: '#F4816C'

red 244 ◦ green 129 ◦ blue 108

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

Shades of Salmon #F4816C

Tints of Salmon #F4816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.82%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 50.73%
G = 26.82%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F4816C (or 0xF4816C) is known color: Salmon. HEX triplet: F4, 81 and 6C. RGB value is (244,129,108). Sum of RGB (Red+Green+Blue) = 244+129+108=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4816C is #0B7E93. Grayscale: #A1A1A1. Windows color (decimal): -753300 or 7111156. OLE color: 7111156.

HSL color Cylindrical-coordinate representation of color #F4816C: hue angle of 9.26º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4816C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 129 108 -
CMYK 0 0.47 0.56 0.04
HSL 9.26º 0.86% 0.69% -
HSV(B) 9.26º 0.56% 0.96% -
XYZ 47.87 36.02 18.62 -
YUV 160.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 244 129 108 0 0.47 0.56 0.04 9.26 0.86 0.69
Hex F4 81 6C 0 2F 38 4 9 56 45
Octal 364 201 154 0 57 70 4 11 126 105
Binary 11110100 10000001 1101100 0 101111 111000 100 1001 1010110 1000101

Color Harmonies of #F4816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4816C

Black with #F4816C

Text Example


Text Example

White with #F4816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4816C; }

 p { color: rgb(244,129,108); }

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

background-color css

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

 a { background-color: rgb(244,129,108); }

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

border-color css

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

 span { border-color: rgb(244,129,108); }

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