Html Css Color HEX #F9826A Salmon

📋 copy color: '#F9826A'

red 249 ◦ green 130 ◦ blue 106

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

Shades of Salmon #F9826A

Tints of Salmon #F9826A

RGB

 RED value IS 249 (97.66% from 255) = 51.34%

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

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

R = 51.34%
G = 26.8%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9826A (or 0xF9826A) is known color: Salmon. HEX triplet: F9, 82 and 6A. RGB value is (249,130,106). Sum of RGB (Red+Green+Blue) = 249+130+106=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9826A is #067D95. Grayscale: #A3A3A3. Windows color (decimal): -425366 or 6980345. OLE color: 6980345.

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

Color convert

RGB 249 130 106 -
CMYK 0 0.48 0.57 0.02
HSL 10.07º 0.92% 0.7% -
HSV(B) 10.07º 0.57% 0.98% -
XYZ 49.65 37.15 18.19 -
YUV 162.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 249 130 106 0 0.48 0.57 0.02 10.07 0.92 0.7
Hex F9 82 6A 0 30 39 2 A 5C 46
Octal 371 202 152 0 60 71 2 12 134 106
Binary 11111001 10000010 1101010 0 110000 111001 10 1010 1011100 1000110

Color Harmonies of #F9826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9826A

Black with #F9826A

Text Example


Text Example

White with #F9826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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