Html Css Color HEX #F38768 Salmon

📋 copy color: '#F38768'

red 243 ◦ green 135 ◦ blue 104

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

Shades of Salmon #F38768

Tints of Salmon #F38768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.01%

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

R = 50.41%
G = 28.01%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F38768 (or 0xF38768) is known color: Salmon. HEX triplet: F3, 87 and 68. RGB value is (243,135,104). Sum of RGB (Red+Green+Blue) = 243+135+104=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F38768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38768 is #0C7897. Grayscale: #A3A3A3. Windows color (decimal): -817304 or 6850547. OLE color: 6850547.

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

Color convert

RGB 243 135 104 -
CMYK 0 0.44 0.57 0.05
HSL 13.38º 0.85% 0.68% -
HSV(B) 13.38º 0.57% 0.95% -
XYZ 48.12 37.38 17.78 -
YUV 163.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 243 135 104 0 0.44 0.57 0.05 13.38 0.85 0.68
Hex F3 87 68 0 2C 39 5 D 55 44
Octal 363 207 150 0 54 71 5 15 125 104
Binary 11110011 10000111 1101000 0 101100 111001 101 1101 1010101 1000100

Color Harmonies of #F38768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38768

Black with #F38768

Text Example


Text Example

White with #F38768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38768; }

 p { color: rgb(243,135,104); }

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

background-color css

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

 a { background-color: rgb(243,135,104); }

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

border-color css

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

 span { border-color: rgb(243,135,104); }

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