Html Css Color HEX #F9816F Salmon

📋 copy color: '#F9816F'

red 249 ◦ green 129 ◦ blue 111

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

Shades of Salmon #F9816F

Tints of Salmon #F9816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.38%

 BLUE value IS 111 (43.75% from 255) = 22.7%

R = 50.92%
G = 26.38%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9816F (or 0xF9816F) is known color: Salmon. HEX triplet: F9, 81 and 6F. RGB value is (249,129,111). Sum of RGB (Red+Green+Blue) = 249+129+111=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9816F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9816F is #067E90. Grayscale: #A3A3A3. Windows color (decimal): -425617 or 7307769. OLE color: 7307769.

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

Color convert

RGB 249 129 111 -
CMYK 0 0.48 0.55 0.02
HSL 7.83º 0.92% 0.71% -
HSV(B) 7.83º 0.55% 0.98% -
XYZ 49.79 36.99 19.55 -
YUV 162.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 249 129 111 0 0.48 0.55 0.02 7.83 0.92 0.71
Hex F9 81 6F 0 30 37 2 8 5C 47
Octal 371 201 157 0 60 67 2 10 134 107
Binary 11111001 10000001 1101111 0 110000 110111 10 1000 1011100 1000111

Color Harmonies of #F9816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9816F

Black with #F9816F

Text Example


Text Example

White with #F9816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9816F; }

 p { color: rgb(249,129,111); }

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

background-color css

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

 a { background-color: rgb(249,129,111); }

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

border-color css

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

 span { border-color: rgb(249,129,111); }

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