Html Css Color HEX #F08367 Salmon

📋 copy color: '#F08367'

red 240 ◦ green 131 ◦ blue 103

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

Shades of Salmon #F08367

Tints of Salmon #F08367

RGB

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

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

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

R = 50.63%
G = 27.64%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08367 (or 0xF08367) is known color: Salmon. HEX triplet: F0, 83 and 67. RGB value is (240,131,103). Sum of RGB (Red+Green+Blue) = 240+131+103=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F08367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08367 is #0F7C98. Grayscale: #A0A0A0. Windows color (decimal): -1014937 or 6783984. OLE color: 6783984.

HSL color Cylindrical-coordinate representation of color #F08367: hue angle of 12.26º 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 #F08367 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 103 -
CMYK 0 0.45 0.57 0.06
HSL 12.26º 0.82% 0.67% -
HSV(B) 12.26º 0.57% 0.94% -
XYZ 46.5 35.74 17.28 -
YUV 160.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 240 131 103 0 0.45 0.57 0.06 12.26 0.82 0.67
Hex F0 83 67 0 2D 39 6 C 52 43
Octal 360 203 147 0 55 71 6 14 122 103
Binary 11110000 10000011 1100111 0 101101 111001 110 1100 1010010 1000011

Color Harmonies of #F08367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08367

Black with #F08367

Text Example


Text Example

White with #F08367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08367; }

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

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

background-color css

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

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

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

border-color css

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

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

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