Html Css Color HEX #FB8568 Salmon

📋 copy color: '#FB8568'

red 251 ◦ green 133 ◦ blue 104

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

Shades of Salmon #FB8568

Tints of Salmon #FB8568

RGB

 RED value IS 251 (98.44% from 255) = 51.43%

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

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

R = 51.43%
G = 27.25%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB8568 (or 0xFB8568) is known color: Salmon. HEX triplet: FB, 85 and 68. RGB value is (251,133,104). Sum of RGB (Red+Green+Blue) = 251+133+104=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8568 is #047A97. Grayscale: #A5A5A5. Windows color (decimal): -293528 or 6850043. OLE color: 6850043.

HSL color Cylindrical-coordinate representation of color #FB8568: hue angle of 11.84º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB8568 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 133 104 -
CMYK 0 0.47 0.59 0.02
HSL 11.84º 0.95% 0.7% -
HSV(B) 11.84º 0.59% 0.98% -
XYZ 50.67 38.28 17.82 -
YUV 164.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 251 133 104 0 0.47 0.59 0.02 11.84 0.95 0.7
Hex FB 85 68 0 2F 3B 2 C 5F 46
Octal 373 205 150 0 57 73 2 14 137 106
Binary 11111011 10000101 1101000 0 101111 111011 10 1100 1011111 1000110

Color Harmonies of #FB8568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8568

Black with #FB8568

Text Example


Text Example

White with #FB8568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8568; }

 p { color: rgb(251,133,104); }

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

background-color css

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

 a { background-color: rgb(251,133,104); }

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

border-color css

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

 span { border-color: rgb(251,133,104); }

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