Html Css Color HEX #F9807B Salmon

📋 copy color: '#F9807B'

red 249 ◦ green 128 ◦ blue 123

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

Shades of Salmon #F9807B

Tints of Salmon #F9807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.6%

 BLUE value IS 123 (48.44% from 255) = 24.6%

R = 49.8%
G = 25.6%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9807B (or 0xF9807B) is known color: Salmon. HEX triplet: F9, 80 and 7B. RGB value is (249,128,123). Sum of RGB (Red+Green+Blue) = 249+128+123=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9807B is #067F84. Grayscale: #A3A3A3. Windows color (decimal): -425861 or 8093945. OLE color: 8093945.

HSL color Cylindrical-coordinate representation of color #F9807B: hue angle of 2.38º 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 #F9807B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 128 123 -
CMYK 0 0.49 0.51 0.02
HSL 2.38º 0.91% 0.73% -
HSV(B) 2.38º 0.51% 0.98% -
XYZ 50.36 37.01 23.23 -
YUV 163.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 249 128 123 0 0.49 0.51 0.02 2.38 0.91 0.73
Hex F9 80 7B 0 31 33 2 2 5B 49
Octal 371 200 173 0 61 63 2 2 133 111
Binary 11111001 10000000 1111011 0 110001 110011 10 10 1011011 1001001

Color Harmonies of #F9807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9807B

Black with #F9807B

Text Example


Text Example

White with #F9807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9807B; }

 p { color: rgb(249,128,123); }

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

background-color css

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

 a { background-color: rgb(249,128,123); }

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

border-color css

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

 span { border-color: rgb(249,128,123); }

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