Html Css Color HEX #F9836C Salmon

📋 copy color: '#F9836C'

red 249 ◦ green 131 ◦ blue 108

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

Shades of Salmon #F9836C

Tints of Salmon #F9836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 51.02%
G = 26.84%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9836C (or 0xF9836C) is known color: Salmon. HEX triplet: F9, 83 and 6C. RGB value is (249,131,108). Sum of RGB (Red+Green+Blue) = 249+131+108=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9836C is #067C93. Grayscale: #A3A3A3. Windows color (decimal): -425108 or 7111673. OLE color: 7111673.

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

Color convert

RGB 249 131 108 -
CMYK 0 0.47 0.57 0.02
HSL 9.79º 0.92% 0.7% -
HSV(B) 9.79º 0.57% 0.98% -
XYZ 49.89 37.46 18.79 -
YUV 163.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 249 131 108 0 0.47 0.57 0.02 9.79 0.92 0.7
Hex F9 83 6C 0 2F 39 2 A 5C 46
Octal 371 203 154 0 57 71 2 12 134 106
Binary 11111001 10000011 1101100 0 101111 111001 10 1010 1011100 1000110

Color Harmonies of #F9836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9836C

Black with #F9836C

Text Example


Text Example

White with #F9836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9836C; }

 p { color: rgb(249,131,108); }

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

background-color css

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

 a { background-color: rgb(249,131,108); }

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

border-color css

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

 span { border-color: rgb(249,131,108); }

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