Html Css Color HEX #F9826E Salmon

📋 copy color: '#F9826E'

red 249 ◦ green 130 ◦ blue 110

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

Shades of Salmon #F9826E

Tints of Salmon #F9826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.49%

R = 50.92%
G = 26.58%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9826E (or 0xF9826E) is known color: Salmon. HEX triplet: F9, 82 and 6E. RGB value is (249,130,110). Sum of RGB (Red+Green+Blue) = 249+130+110=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9826E is #067D91. Grayscale: #A3A3A3. Windows color (decimal): -425362 or 7242489. OLE color: 7242489.

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

Color convert

RGB 249 130 110 -
CMYK 0 0.48 0.56 0.02
HSL 8.63º 0.92% 0.7% -
HSV(B) 8.63º 0.56% 0.98% -
XYZ 49.86 37.23 19.31 -
YUV 163.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 249 130 110 0 0.48 0.56 0.02 8.63 0.92 0.7
Hex F9 82 6E 0 30 38 2 9 5C 46
Octal 371 202 156 0 60 70 2 11 134 106
Binary 11111001 10000010 1101110 0 110000 111000 10 1001 1011100 1000110

Color Harmonies of #F9826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9826E

Black with #F9826E

Text Example


Text Example

White with #F9826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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