Html Css Color HEX #F78264 Salmon

📋 copy color: '#F78264'

red 247 ◦ green 130 ◦ blue 100

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

Shades of Salmon #F78264

Tints of Salmon #F78264

RGB

 RED value IS 247 (96.88% from 255) = 51.78%

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

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

R = 51.78%
G = 27.25%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F78264 (or 0xF78264) is known color: Salmon. HEX triplet: F7, 82 and 64. RGB value is (247,130,100). Sum of RGB (Red+Green+Blue) = 247+130+100=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F78264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78264 is #087D9B. Grayscale: #A1A1A1. Windows color (decimal): -556444 or 6587127. OLE color: 6587127.

HSL color Cylindrical-coordinate representation of color #F78264: hue angle of 12.24º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F78264 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 130 100 -
CMYK 0 0.47 0.60 0.03
HSL 12.24º 0.9% 0.68% -
HSV(B) 12.24º 0.6% 0.97% -
XYZ 48.64 36.66 16.57 -
YUV 161.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 247 130 100 0 0.47 0.60 0.03 12.24 0.9 0.68
Hex F7 82 64 0 2F 3C 3 C 5A 44
Octal 367 202 144 0 57 74 3 14 132 104
Binary 11110111 10000010 1100100 0 101111 111100 11 1100 1011010 1000100

Color Harmonies of #F78264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78264

Black with #F78264

Text Example


Text Example

White with #F78264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78264; }

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

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

background-color css

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

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

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

border-color css

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

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

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