Html Css Color HEX #F08268 Salmon

📋 copy color: '#F08268'

red 240 ◦ green 130 ◦ blue 104

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

Shades of Salmon #F08268

Tints of Salmon #F08268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 50.63%
G = 27.43%
B = 21.94%

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

#F08268 (or 0xF08268) is known color: Salmon. HEX triplet: F0, 82 and 68. RGB value is (240,130,104). Sum of RGB (Red+Green+Blue) = 240+130+104=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F08268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08268 is #0F7D97. Grayscale: #A0A0A0. Windows color (decimal): -1015192 or 6849264. OLE color: 6849264.

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

Color convert

RGB 240 130 104 -
CMYK 0 0.46 0.57 0.06
HSL 11.47º 0.82% 0.67% -
HSV(B) 11.47º 0.57% 0.94% -
XYZ 46.42 35.49 17.5 -
YUV 159.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 240 130 104 0 0.46 0.57 0.06 11.47 0.82 0.67
Hex F0 82 68 0 2E 39 6 B 52 43
Octal 360 202 150 0 56 71 6 13 122 103
Binary 11110000 10000010 1101000 0 101110 111001 110 1011 1010010 1000011

Color Harmonies of #F08268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08268

Black with #F08268

Text Example


Text Example

White with #F08268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08268; }

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

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

background-color css

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

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

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

border-color css

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

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

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