Html Css Color HEX #FB826A Salmon

📋 copy color: '#FB826A'

red 251 ◦ green 130 ◦ blue 106

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

Shades of Salmon #FB826A

Tints of Salmon #FB826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 51.54%
G = 26.69%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FB826A (or 0xFB826A) is known color: Salmon. HEX triplet: FB, 82 and 6A. RGB value is (251,130,106). Sum of RGB (Red+Green+Blue) = 251+130+106=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB826A is #047D95. Grayscale: #A3A3A3. Windows color (decimal): -294294 or 6980347. OLE color: 6980347.

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

Color convert

RGB 251 130 106 -
CMYK 0 0.48 0.58 0.02
HSL 9.93º 0.95% 0.7% -
HSV(B) 9.93º 0.58% 0.98% -
XYZ 50.37 37.52 18.22 -
YUV 163.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 251 130 106 0 0.48 0.58 0.02 9.93 0.95 0.7
Hex FB 82 6A 0 30 3A 2 A 5F 46
Octal 373 202 152 0 60 72 2 12 137 106
Binary 11111011 10000010 1101010 0 110000 111010 10 1010 1011111 1000110

Color Harmonies of #FB826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB826A

Black with #FB826A

Text Example


Text Example

White with #FB826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB826A; }

 p { color: rgb(251,130,106); }

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

background-color css

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

 a { background-color: rgb(251,130,106); }

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

border-color css

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

 span { border-color: rgb(251,130,106); }

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