Html Css Color HEX #F38672 Salmon

📋 copy color: '#F38672'

red 243 ◦ green 134 ◦ blue 114

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

Shades of Salmon #F38672

Tints of Salmon #F38672

RGB

 RED value IS 243 (95.31% from 255) = 49.49%

 GREEN value IS 134 (52.73% from 255) = 27.29%

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 49.49%
G = 27.29%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F38672 (or 0xF38672) is known color: Salmon. HEX triplet: F3, 86 and 72. RGB value is (243,134,114). Sum of RGB (Red+Green+Blue) = 243+134+114=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F38672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38672 is #0C798D. Grayscale: #A4A4A4. Windows color (decimal): -817550 or 7505651. OLE color: 7505651.

HSL color Cylindrical-coordinate representation of color #F38672: hue angle of 9.3º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F38672 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 134 114 -
CMYK 0 0.45 0.53 0.05
HSL 9.3º 0.84% 0.7% -
HSV(B) 9.3º 0.53% 0.95% -
XYZ 48.52 37.32 20.57 -
YUV 164.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 243 134 114 0 0.45 0.53 0.05 9.3 0.84 0.7
Hex F3 86 72 0 2D 35 5 9 54 46
Octal 363 206 162 0 55 65 5 11 124 106
Binary 11110011 10000110 1110010 0 101101 110101 101 1001 1010100 1000110

Color Harmonies of #F38672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38672

Black with #F38672

Text Example


Text Example

White with #F38672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38672; }

 p { color: rgb(243,134,114); }

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

background-color css

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

 a { background-color: rgb(243,134,114); }

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

border-color css

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

 span { border-color: rgb(243,134,114); }

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