Html Css Color HEX #F48468 Salmon

📋 copy color: '#F48468'

red 244 ◦ green 132 ◦ blue 104

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

Shades of Salmon #F48468

Tints of Salmon #F48468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.5%

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 50.83%
G = 27.5%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F48468 (or 0xF48468) is known color: Salmon. HEX triplet: F4, 84 and 68. RGB value is (244,132,104). Sum of RGB (Red+Green+Blue) = 244+132+104=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F48468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48468 is #0B7B97. Grayscale: #A2A2A2. Windows color (decimal): -752536 or 6849780. OLE color: 6849780.

HSL color Cylindrical-coordinate representation of color #F48468: hue angle of 12º 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 #F48468 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 104 -
CMYK 0 0.46 0.57 0.04
HSL 12º 0.86% 0.68% -
HSV(B) 12º 0.57% 0.96% -
XYZ 48.06 36.74 17.65 -
YUV 162.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 244 132 104 0 0.46 0.57 0.04 12 0.86 0.68
Hex F4 84 68 0 2E 39 4 C 56 44
Octal 364 204 150 0 56 71 4 14 126 104
Binary 11110100 10000100 1101000 0 101110 111001 100 1100 1010110 1000100

Color Harmonies of #F48468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48468

Black with #F48468

Text Example


Text Example

White with #F48468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48468; }

 p { color: rgb(244,132,104); }

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

background-color css

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

 a { background-color: rgb(244,132,104); }

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

border-color css

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

 span { border-color: rgb(244,132,104); }

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