Html Css Color HEX #F08567 Salmon

📋 copy color: '#F08567'

red 240 ◦ green 133 ◦ blue 103

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

Shades of Salmon #F08567

Tints of Salmon #F08567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.94%

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

R = 50.42%
G = 27.94%
B = 21.64%

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

#F08567 (or 0xF08567) is known color: Salmon. HEX triplet: F0, 85 and 67. RGB value is (240,133,103). Sum of RGB (Red+Green+Blue) = 240+133+103=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F08567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08567 is #0F7A98. Grayscale: #A1A1A1. Windows color (decimal): -1014425 or 6784496. OLE color: 6784496.

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

Color convert

RGB 240 133 103 -
CMYK 0 0.45 0.57 0.06
HSL 13.14º 0.82% 0.67% -
HSV(B) 13.14º 0.57% 0.94% -
XYZ 46.77 36.28 17.37 -
YUV 161.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 240 133 103 0 0.45 0.57 0.06 13.14 0.82 0.67
Hex F0 85 67 0 2D 39 6 D 52 43
Octal 360 205 147 0 55 71 6 15 122 103
Binary 11110000 10000101 1100111 0 101101 111001 110 1101 1010010 1000011

Color Harmonies of #F08567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08567

Black with #F08567

Text Example


Text Example

White with #F08567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08567; }

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

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

background-color css

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

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

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

border-color css

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

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

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