Html Css Color HEX #F98467 Salmon

📋 copy color: '#F98467'

red 249 ◦ green 132 ◦ blue 103

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

Shades of Salmon #F98467

Tints of Salmon #F98467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

 BLUE value IS 103 (40.63% from 255) = 21.28%

R = 51.45%
G = 27.27%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F98467 (or 0xF98467) is known color: Salmon. HEX triplet: F9, 84 and 67. RGB value is (249,132,103). Sum of RGB (Red+Green+Blue) = 249+132+103=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F98467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98467 is #067B98. Grayscale: #A3A3A3. Windows color (decimal): -424857 or 6784249. OLE color: 6784249.

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

Color convert

RGB 249 132 103 -
CMYK 0 0.47 0.59 0.02
HSL 11.92º 0.92% 0.69% -
HSV(B) 11.92º 0.59% 0.98% -
XYZ 49.77 37.62 17.47 -
YUV 163.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 249 132 103 0 0.47 0.59 0.02 11.92 0.92 0.69
Hex F9 84 67 0 2F 3B 2 C 5C 45
Octal 371 204 147 0 57 73 2 14 134 105
Binary 11111001 10000100 1100111 0 101111 111011 10 1100 1011100 1000101

Color Harmonies of #F98467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98467

Black with #F98467

Text Example


Text Example

White with #F98467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98467; }

 p { color: rgb(249,132,103); }

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

background-color css

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

 a { background-color: rgb(249,132,103); }

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

border-color css

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

 span { border-color: rgb(249,132,103); }

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