Html Css Color HEX #F38C7B Salmon

📋 copy color: '#F38C7B'

red 243 ◦ green 140 ◦ blue 123

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

Shades of Salmon #F38C7B

Tints of Salmon #F38C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 48.02%
G = 27.67%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F38C7B (or 0xF38C7B) is known color: Salmon. HEX triplet: F3, 8C and 7B. RGB value is (243,140,123). Sum of RGB (Red+Green+Blue) = 243+140+123=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C7B is #0C7384. Grayscale: #A9A9A9. Windows color (decimal): -816005 or 8097011. OLE color: 8097011.

HSL color Cylindrical-coordinate representation of color #F38C7B: hue angle of 8.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F38C7B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 140 123 -
CMYK 0 0.42 0.49 0.05
HSL 8.5º 0.83% 0.72% -
HSV(B) 8.5º 0.49% 0.95% -
XYZ 49.92 39.24 23.68 -
YUV 168.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 243 140 123 0 0.42 0.49 0.05 8.5 0.83 0.72
Hex F3 8C 7B 0 2A 31 5 8 53 48
Octal 363 214 173 0 52 61 5 10 123 110
Binary 11110011 10001100 1111011 0 101010 110001 101 1000 1010011 1001000

Color Harmonies of #F38C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C7B

Black with #F38C7B

Text Example


Text Example

White with #F38C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C7B; }

 p { color: rgb(243,140,123); }

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

background-color css

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

 a { background-color: rgb(243,140,123); }

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

border-color css

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

 span { border-color: rgb(243,140,123); }

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