Html Css Color HEX #F08967 Salmon

📋 copy color: '#F08967'

red 240 ◦ green 137 ◦ blue 103

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

Shades of Salmon #F08967

Tints of Salmon #F08967

RGB

 RED value IS 240 (94.14% from 255) = 50%

 GREEN value IS 137 (53.91% from 255) = 28.54%

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

R = 50%
G = 28.54%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08967 (or 0xF08967) is known color: Salmon. HEX triplet: F0, 89 and 67. RGB value is (240,137,103). Sum of RGB (Red+Green+Blue) = 240+137+103=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F08967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08967 is #0F7698. Grayscale: #A4A4A4. Windows color (decimal): -1013401 or 6785520. OLE color: 6785520.

HSL color Cylindrical-coordinate representation of color #F08967: hue angle of 14.89º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08967 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 103 -
CMYK 0 0.43 0.57 0.06
HSL 14.89º 0.82% 0.67% -
HSV(B) 14.89º 0.57% 0.94% -
XYZ 47.33 37.4 17.56 -
YUV 163.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 240 137 103 0 0.43 0.57 0.06 14.89 0.82 0.67
Hex F0 89 67 0 2B 39 6 F 52 43
Octal 360 211 147 0 53 71 6 17 122 103
Binary 11110000 10001001 1100111 0 101011 111001 110 1111 1010010 1000011

Color Harmonies of #F08967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08967

Black with #F08967

Text Example


Text Example

White with #F08967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08967; }

 p { color: rgb(240,137,103); }

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

background-color css

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

 a { background-color: rgb(240,137,103); }

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

border-color css

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

 span { border-color: rgb(240,137,103); }

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