Html Css Color HEX #F08274 Salmon

📋 copy color: '#F08274'

red 240 ◦ green 130 ◦ blue 116

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

Shades of Salmon #F08274

Tints of Salmon #F08274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 49.38%
G = 26.75%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08274 (or 0xF08274) is known color: Salmon. HEX triplet: F0, 82 and 74. RGB value is (240,130,116). Sum of RGB (Red+Green+Blue) = 240+130+116=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F08274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08274 is #0F7D8B. Grayscale: #A1A1A1. Windows color (decimal): -1015180 or 7635696. OLE color: 7635696.

HSL color Cylindrical-coordinate representation of color #F08274: hue angle of 6.77º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08274 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 116 -
CMYK 0 0.46 0.52 0.06
HSL 6.77º 0.81% 0.7% -
HSV(B) 6.77º 0.52% 0.94% -
XYZ 47.07 35.75 20.94 -
YUV 161.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 240 130 116 0 0.46 0.52 0.06 6.77 0.81 0.7
Hex F0 82 74 0 2E 34 6 7 51 46
Octal 360 202 164 0 56 64 6 7 121 106
Binary 11110000 10000010 1110100 0 101110 110100 110 111 1010001 1000110

Color Harmonies of #F08274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08274

Black with #F08274

Text Example


Text Example

White with #F08274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08274; }

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

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

background-color css

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

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

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

border-color css

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

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

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