Html Css Color HEX #F48264 Salmon

📋 copy color: '#F48264'

red 244 ◦ green 130 ◦ blue 100

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

Shades of Salmon #F48264

Tints of Salmon #F48264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 51.48%
G = 27.43%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F48264 (or 0xF48264) is known color: Salmon. HEX triplet: F4, 82 and 64. RGB value is (244,130,100). Sum of RGB (Red+Green+Blue) = 244+130+100=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F48264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48264 is #0B7D9B. Grayscale: #A0A0A0. Windows color (decimal): -753052 or 6587124. OLE color: 6587124.

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

Color convert

RGB 244 130 100 -
CMYK 0 0.47 0.59 0.04
HSL 12.5º 0.87% 0.67% -
HSV(B) 12.5º 0.59% 0.96% -
XYZ 47.59 36.12 16.52 -
YUV 160.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 244 130 100 0 0.47 0.59 0.04 12.5 0.87 0.67
Hex F4 82 64 0 2F 3B 4 C 57 43
Octal 364 202 144 0 57 73 4 14 127 103
Binary 11110100 10000010 1100100 0 101111 111011 100 1100 1010111 1000011

Color Harmonies of #F48264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48264

Black with #F48264

Text Example


Text Example

White with #F48264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48264; }

 p { color: rgb(244,130,100); }

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

background-color css

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

 a { background-color: rgb(244,130,100); }

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

border-color css

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

 span { border-color: rgb(244,130,100); }

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