Html Css Color HEX #F9827A Salmon

📋 copy color: '#F9827A'

red 249 ◦ green 130 ◦ blue 122

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

Shades of Salmon #F9827A

Tints of Salmon #F9827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.35%

R = 49.7%
G = 25.95%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9827A (or 0xF9827A) is known color: Salmon. HEX triplet: F9, 82 and 7A. RGB value is (249,130,122). Sum of RGB (Red+Green+Blue) = 249+130+122=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9827A is #067D85. Grayscale: #A4A4A4. Windows color (decimal): -425350 or 8028921. OLE color: 8028921.

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

Color convert

RGB 249 130 122 -
CMYK 0 0.48 0.51 0.02
HSL 3.78º 0.91% 0.73% -
HSV(B) 3.78º 0.51% 0.98% -
XYZ 50.56 37.51 22.99 -
YUV 164.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 249 130 122 0 0.48 0.51 0.02 3.78 0.91 0.73
Hex F9 82 7A 0 30 33 2 4 5B 49
Octal 371 202 172 0 60 63 2 4 133 111
Binary 11111001 10000010 1111010 0 110000 110011 10 100 1011011 1001001

Color Harmonies of #F9827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9827A

Black with #F9827A

Text Example


Text Example

White with #F9827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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