Html Css Color HEX #F38469 Salmon

📋 copy color: '#F38469'

red 243 ◦ green 132 ◦ blue 105

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

Shades of Salmon #F38469

Tints of Salmon #F38469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.5%

 BLUE value IS 105 (41.41% from 255) = 21.88%

R = 50.63%
G = 27.5%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F38469 (or 0xF38469) is known color: Salmon. HEX triplet: F3, 84 and 69. RGB value is (243,132,105). Sum of RGB (Red+Green+Blue) = 243+132+105=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F38469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38469 is #0C7B96. Grayscale: #A2A2A2. Windows color (decimal): -818071 or 6915315. OLE color: 6915315.

HSL color Cylindrical-coordinate representation of color #F38469: hue angle of 11.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F38469 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 132 105 -
CMYK 0 0.46 0.57 0.05
HSL 11.74º 0.85% 0.68% -
HSV(B) 11.74º 0.57% 0.95% -
XYZ 47.76 36.58 17.91 -
YUV 162.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 243 132 105 0 0.46 0.57 0.05 11.74 0.85 0.68
Hex F3 84 69 0 2E 39 5 C 55 44
Octal 363 204 151 0 56 71 5 14 125 104
Binary 11110011 10000100 1101001 0 101110 111001 101 1100 1010101 1000100

Color Harmonies of #F38469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38469

Black with #F38469

Text Example


Text Example

White with #F38469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38469; }

 p { color: rgb(243,132,105); }

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

background-color css

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

 a { background-color: rgb(243,132,105); }

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

border-color css

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

 span { border-color: rgb(243,132,105); }

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