Html Css Color HEX #F48569 Salmon

📋 copy color: '#F48569'

red 244 ◦ green 133 ◦ blue 105

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

Shades of Salmon #F48569

Tints of Salmon #F48569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 50.62%
G = 27.59%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F48569 (or 0xF48569) is known color: Salmon. HEX triplet: F4, 85 and 69. RGB value is (244,133,105). Sum of RGB (Red+Green+Blue) = 244+133+105=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F48569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48569 is #0B7A96. Grayscale: #A3A3A3. Windows color (decimal): -752279 or 6915572. OLE color: 6915572.

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

Color convert

RGB 244 133 105 -
CMYK 0 0.45 0.57 0.04
HSL 12.09º 0.86% 0.68% -
HSV(B) 12.09º 0.57% 0.96% -
XYZ 48.25 37.03 17.97 -
YUV 163 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 244 133 105 0 0.45 0.57 0.04 12.09 0.86 0.68
Hex F4 85 69 0 2D 39 4 C 56 44
Octal 364 205 151 0 55 71 4 14 126 104
Binary 11110100 10000101 1101001 0 101101 111001 100 1100 1010110 1000100

Color Harmonies of #F48569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48569

Black with #F48569

Text Example


Text Example

White with #F48569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48569; }

 p { color: rgb(244,133,105); }

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

background-color css

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

 a { background-color: rgb(244,133,105); }

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

border-color css

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

 span { border-color: rgb(244,133,105); }

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