Html Css Color HEX #F9726F Salmon

📋 copy color: '#F9726F'

red 249 ◦ green 114 ◦ blue 111

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

Shades of Salmon #F9726F

Tints of Salmon #F9726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.05%

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

R = 52.53%
G = 24.05%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9726F (or 0xF9726F) is known color: Salmon. HEX triplet: F9, 72 and 6F. RGB value is (249,114,111). Sum of RGB (Red+Green+Blue) = 249+114+111=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9726F is #068D90. Grayscale: #9A9A9A. Windows color (decimal): -429457 or 7303929. OLE color: 7303929.

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

Color convert

RGB 249 114 111 -
CMYK 0 0.54 0.55 0.02
HSL 1.3º 0.92% 0.71% -
HSV(B) 1.3º 0.55% 0.98% -
XYZ 47.95 33.32 18.94 -
YUV 154.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 249 114 111 0 0.54 0.55 0.02 1.3 0.92 0.71
Hex F9 72 6F 0 36 37 2 1 5C 47
Octal 371 162 157 0 66 67 2 1 134 107
Binary 11111001 1110010 1101111 0 110110 110111 10 1 1011100 1000111

Color Harmonies of #F9726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9726F

Black with #F9726F

Text Example


Text Example

White with #F9726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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