Html Css Color HEX #F08267 Salmon

📋 copy color: '#F08267'

red 240 ◦ green 130 ◦ blue 103

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

Shades of Salmon #F08267

Tints of Salmon #F08267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

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

R = 50.74%
G = 27.48%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08267 (or 0xF08267) is known color: Salmon. HEX triplet: F0, 82 and 67. RGB value is (240,130,103). Sum of RGB (Red+Green+Blue) = 240+130+103=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F08267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08267 is #0F7D98. Grayscale: #A0A0A0. Windows color (decimal): -1015193 or 6783728. OLE color: 6783728.

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

Color convert

RGB 240 130 103 -
CMYK 0 0.46 0.57 0.06
HSL 11.82º 0.82% 0.67% -
HSV(B) 11.82º 0.57% 0.94% -
XYZ 46.37 35.47 17.23 -
YUV 159.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 240 130 103 0 0.46 0.57 0.06 11.82 0.82 0.67
Hex F0 82 67 0 2E 39 6 C 52 43
Octal 360 202 147 0 56 71 6 14 122 103
Binary 11110000 10000010 1100111 0 101110 111001 110 1100 1010010 1000011

Color Harmonies of #F08267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08267

Black with #F08267

Text Example


Text Example

White with #F08267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08267; }

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

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

background-color css

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

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

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

border-color css

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

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

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